Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit e2c004d

Browse files
release: charts v1.0.0-alpha.8
1 parent 30f83cc commit e2c004d

File tree

4 files changed

+28
-2
lines changed

4 files changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
<a name="1.0.0-beta.47"></a>
2+
# [1.0.0-beta.47](https://github.com/deckgo/deckdeckgo/compare/v1.0.0-beta.46-3...v1.0.0-beta.47) (2019-06-24)
3+
4+
### Applications
5+
6+
* docs: v1.0.0-alpha.17 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/docs/CHANGELOG.md))
7+
8+
### Web Components
9+
10+
* core: v1.0.0-beta.40 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/webcomponents/core/CHANGELOG.md))
11+
* charts: v1.0.0-alpha.8 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/webcomponents/charts/CHANGELOG.md))
12+
113
<a name="1.0.0-beta.46-3"></a>
214
# [1.0.0-beta.46-3](https://github.com/deckgo/deckdeckgo/compare/v1.0.0-beta.46-2...v1.0.0-beta.46-3) (2019-06-16)
315

webcomponents/charts/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
<a name="1.0.0-alpha.8"></a>
2+
# 1.0.0-alpha.8 (2019-06-24)
3+
4+
### Features
5+
6+
* animated charts: it is now possible to display several data in the same graphs. these could be displayed one after the others with a nice transition between these
7+
8+
### Breaking
9+
10+
* the styling (fill color, etc.) of the `line` and `bar` chart has been modified
11+
* per default, the labels of the axis of the `line` and `bar` will be displayed
12+
13+
Referer to the updated [documentation](https://docs.deckdeckgo.com) for more information.
14+
115
<a name="1.0.0-alpha.7"></a>
216
# 1.0.0-alpha.7 (2019-06-04)
317

webcomponents/charts/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.

webcomponents/charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deckdeckgo/charts",
3-
"version": "1.0.0-alpha.7",
3+
"version": "1.0.0-alpha.8",
44
"description": "A collection of Web Components to easily draw charts",
55
"module": "dist/index.mjs",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)