Skip to content

Commit 9108444

Browse files
chore(release): 1.7.0-dev.3 [skip ci]
## [1.7.0-dev.3](v1.7.0-dev.2...v1.7.0-dev.3) (2021-02-15) ### Features * **series.show:** Display your serie's extremas on the chart ([#85](#85)) ([f64169a](f64169a)) ### Bug Fixes * color with alpha would render area opaque ([100b6d4](100b6d4)) * Support for `rgba` colors ([7ecfafd](7ecfafd)) * truncate floats in total datalabels ([917a20a](917a20a)), closes [#73](#73)
1 parent f64169a commit 9108444

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [1.7.0-dev.3](https://github.com/RomRider/apexcharts-card/compare/v1.7.0-dev.2...v1.7.0-dev.3) (2021-02-15)
2+
3+
4+
### Features
5+
6+
* **series.show:** Display your serie's extremas on the chart ([#85](https://github.com/RomRider/apexcharts-card/issues/85)) ([f64169a](https://github.com/RomRider/apexcharts-card/commit/f64169ad0583aa754370d09d3567e2ba4d0ec9c8))
7+
8+
9+
### Bug Fixes
10+
11+
* color with alpha would render area opaque ([100b6d4](https://github.com/RomRider/apexcharts-card/commit/100b6d4e72272127783c65b1132dbefb0b349f95))
12+
* Support for `rgba` colors ([7ecfafd](https://github.com/RomRider/apexcharts-card/commit/7ecfafdbeca0813d8983c061a03d375c5378142b))
13+
* truncate floats in total datalabels ([917a20a](https://github.com/RomRider/apexcharts-card/commit/917a20a47e1b25cf4367770e31399a177334d345)), closes [#73](https://github.com/RomRider/apexcharts-card/issues/73)
14+
115
## [1.7.0-dev.2](https://github.com/RomRider/apexcharts-card/compare/v1.7.0-dev.1...v1.7.0-dev.2) (2021-02-10)
216

317

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apexcharts-card",
3-
"version": "1.7.0-dev.2",
3+
"version": "1.7.0-dev.3",
44
"description": "A Home Assistant Lovelace card using ApexCharts to render graphs",
55
"main": "src/apexcharts-card.ts",
66
"scripts": {

0 commit comments

Comments
 (0)