singledivui
Version:
Simple JavaScript Chart Library built with a single <div> element alone
22 lines (17 loc) • 728 B
Markdown
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.1] - 2023-05-04
### Changed
- Updated the default color values.
- Updated the default values of the height, width and responsive properties.
- Updated the pointStyle behaviour without affecting the pointColor.
### Added
- New props **pointInnerColor**, **dotRadius** addedd specific to "circle" and "circle-dot" point styles.
## [1.0.0] - 2023-04-08
### Added
- Released the SingleDivUI library with the below components:
- Line chart
- Bar chart
- Area chart