ng-d3-graphs
Version:
<img src="./assets/ng-d3.png" alt="drawing" width="250" height="250"/>
31 lines (22 loc) • 3.73 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [0.2.0](https://github.com/loukas-kotas/ng-d3-graphs/compare/v0.1.3...v0.2.0) (2020-04-24)
### Features
* **band:** config timeFormat, timeParser ([b1a17e1](https://github.com/loukas-kotas/ng-d3-graphs/commit/b1a17e182595a4918a92efbe1b66b1f58a481230)), closes [#129](https://github.com/loukas-kotas/ng-d3-graphs/issues/129)
* **graphs:** add labels on X,Y axis ([dad073d](https://github.com/loukas-kotas/ng-d3-graphs/commit/dad073dc31c8f5bd373f02624e62254ec50e4620)), closes [#80](https://github.com/loukas-kotas/ng-d3-graphs/issues/80)
* **graphs:** change axis layout ([3f939bb](https://github.com/loukas-kotas/ng-d3-graphs/commit/3f939bbcd4040f23667495c801d8ca8d91142702)), closes [#125](https://github.com/loukas-kotas/ng-d3-graphs/issues/125)
* **graphs:** make components isolated ([435d85a](https://github.com/loukas-kotas/ng-d3-graphs/commit/435d85a3da81bdfe649dc4d0001b7ecba00e44d1)), closes [#107](https://github.com/loukas-kotas/ng-d3-graphs/issues/107)
* **graphs:** make components isolated ([6992823](https://github.com/loukas-kotas/ng-d3-graphs/commit/69928230a0e3ed808ed8af6c1c1633e4d688bf98))
* **graphs:** prettier format ([e0fa0e3](https://github.com/loukas-kotas/ng-d3-graphs/commit/e0fa0e3ed917a3d6461f9915f4958605cb984d3f))
* **graphs:** remove axis ticks from every component ([afb0851](https://github.com/loukas-kotas/ng-d3-graphs/commit/afb0851325d07f335d22ee9187de806611c70652)), closes [#123](https://github.com/loukas-kotas/ng-d3-graphs/issues/123)
* **graphs:** resize graph according to window resize ([4f5827c](https://github.com/loukas-kotas/ng-d3-graphs/commit/4f5827c4f03e3d6fc2eeb6ef39550241a2a8151c)), closes [#108](https://github.com/loukas-kotas/ng-d3-graphs/issues/108)
* **line:** add dots ([2d798a8](https://github.com/loukas-kotas/ng-d3-graphs/commit/2d798a83a9b179884c34c45dc6d7714e2bba1627)), closes [#119](https://github.com/loukas-kotas/ng-d3-graphs/issues/119)
* **line:** add timeFormat, add xAxisTicks ([992bfe7](https://github.com/loukas-kotas/ng-d3-graphs/commit/992bfe722bf2ba638903e93e6fbd2118e8531df5)), closes [#127](https://github.com/loukas-kotas/ng-d3-graphs/issues/127)
* **line:** add timeParser options ([bf40080](https://github.com/loukas-kotas/ng-d3-graphs/commit/bf40080810ca3d6d536a14d8921302f9d210e65b)), closes [#127](https://github.com/loukas-kotas/ng-d3-graphs/issues/127)
* **line:** develop tooltip ([abb9352](https://github.com/loukas-kotas/ng-d3-graphs/commit/abb935269bbc33b9bdcc6b6d268314015d6c3660)), closes [#120](https://github.com/loukas-kotas/ng-d3-graphs/issues/120)
* **line:** move tooltip function to d3.service.ts ([78ce434](https://github.com/loukas-kotas/ng-d3-graphs/commit/78ce434221ba01deda7a09a5ace7c53d727e7a8e)), closes [#120](https://github.com/loukas-kotas/ng-d3-graphs/issues/120)
* **multiline:** config timeFormat, timeParser ([5c7a0a8](https://github.com/loukas-kotas/ng-d3-graphs/commit/5c7a0a8fe50e90248301097b23eb8a908376e18a)), closes [#129](https://github.com/loukas-kotas/ng-d3-graphs/issues/129)
* **prettier:** config prettier formatter ([cdac71e](https://github.com/loukas-kotas/ng-d3-graphs/commit/cdac71e7591d886c79e575a9d3c61ec3a1c22917)), closes [#65](https://github.com/loukas-kotas/ng-d3-graphs/issues/65)
### Bug Fixes
* **app:** use app-root to ng-root ([e20d726](https://github.com/loukas-kotas/ng-d3-graphs/commit/e20d7269faf0451ad86db42c9445adbd9d72f4bc))
* **band,multiline:** remove duplicate axis labels ([0f0dab4](https://github.com/loukas-kotas/ng-d3-graphs/commit/0f0dab4952143710487aeb4b17464ec4eebfce5e))