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

Commit e439d46

Browse files
feat: release charts v1.0.0-rc.6-1
Signed-off-by: peterpeterparker <[email protected]>
1 parent 610d7dd commit e439d46

File tree

3 files changed

+42
-24
lines changed

3 files changed

+42
-24
lines changed

webcomponents/charts/CHANGELOG.md

Lines changed: 40 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,101 +1,119 @@
1+
<a name="1.0.0-rc.6-1"></a>
2+
3+
# 1.0.0-rc.6-1 (2020-01-16)
4+
5+
- add option `yAxisMin` to set a minimal value for the y Axis. useful in case the series of data could contains only zeros.
6+
17
<a name="1.0.0-rc.6"></a>
8+
29
# 1.0.0-rc.6 (2020-01-16)
310

4-
* add option to custom load (fetch) the data
11+
- add option to custom load (fetch) the data
512

613
<a name="1.0.0-rc.5"></a>
14+
715
# 1.0.0-rc.5 (2019-11-30)
816

9-
* update margin and positioning of the charts
17+
- update margin and positioning of the charts
1018

1119
<a name="1.0.0-rc.4"></a>
20+
1221
# 1.0.0-rc.4 (2019-11-30)
1322

1423
### Features
1524

16-
* add new property `data` and `yAxis` to the bar chart
17-
* add new method `updateCurrentBar()` to the bar chart
18-
* add new CSS variables for the fonts to the charts
25+
- add new property `data` and `yAxis` to the bar chart
26+
- add new method `updateCurrentBar()` to the bar chart
27+
- add new CSS variables for the fonts to the charts
1928

20-
Note: some **major** internal modifications where developed to the bar chart in order to integrate it to the new `poll` template
29+
Note: some **major** internal modifications where developed to the bar chart in order to integrate it to the new `poll` template
2130

2231
<a name="1.0.0-rc.3-1"></a>
32+
2333
# 1.0.0-rc.3-1 (2019-10-20)
2434

2535
### Fix
2636

27-
* custom labels for x-axis compatible with ES5
37+
- custom labels for x-axis compatible with ES5
2838

2939
<a name="1.0.0-rc.3"></a>
40+
3041
# 1.0.0-rc.3 (2019-10-19)
3142

3243
### Breaking changes
3344

34-
* indexing of the style of `line bar` chart has been moved from index `0` to begin with `1`
35-
* property `range` replaced by CSS4 variables generated dynamically
45+
- indexing of the style of `line bar` chart has been moved from index `0` to begin with `1`
46+
- property `range` replaced by CSS4 variables generated dynamically
3647

3748
### Features
3849

39-
* add a new CSS4 variable `--deckgo-chart-stroke` in case you would like to use a default styling color for all the graphs' lines
40-
* update most recent libs
50+
- add a new CSS4 variable `--deckgo-chart-stroke` in case you would like to use a default styling color for all the graphs' lines
51+
- update most recent libs
4152

4253
<a name="1.0.0-rc.2"></a>
54+
4355
# 1.0.0-rc.2 (2019-10-09)
4456

4557
### Features
4658

47-
* when using animation bar, allow custom labels for x-axis ([#340](https://github.com/deckgo/deckdeckgo/issues/340))
59+
- when using animation bar, allow custom labels for x-axis ([#340](https://github.com/deckgo/deckdeckgo/issues/340))
4860

4961
<a name="1.0.0-rc.1"></a>
62+
5063
# 1.0.0-rc.1 (2019-08-30)
5164

5265
### Libs
5366

54-
* update to most recent dependencies
67+
- update to most recent dependencies
5568

5669
### Note about v1.0.0-rc.1
5770

58-
The first users began to test, and to create content in, our web open source editor for presentations (`studio`)
71+
The first users began to test, and to create content in, our web open source editor for presentations (`studio`)
5972

6073
<a name="1.0.0-alpha.8"></a>
74+
6175
# 1.0.0-alpha.8 (2019-06-24)
6276

6377
### Features
6478

65-
* 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
79+
- 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
6680

6781
### Breaking
6882

69-
* the styling (fill color, etc.) of the `line` and `bar` chart has been modified
70-
* per default, the labels of the axis of the `line` and `bar` will be displayed
83+
- the styling (fill color, etc.) of the `line` and `bar` chart has been modified
84+
- per default, the labels of the axis of the `line` and `bar` will be displayed
7185

7286
Referer to the updated [documentation](https://docs.deckdeckgo.com) for more information.
7387

7488
<a name="1.0.0-alpha.7"></a>
89+
7590
# 1.0.0-alpha.7 (2019-06-04)
7691

7792
### Libs
7893

79-
* upgrade to Stencil One
94+
- upgrade to Stencil One
8095

8196
<a name="1.0.0-alpha.6"></a>
97+
8298
# 1.0.0-alpha.6 (2019-05-24)
8399

84100
### Breaking
85101

86-
* move to the org scoped package `@deckdeckgo/charts`
102+
- move to the org scoped package `@deckdeckgo/charts`
87103

88104
<a name="1.0.0-alpha.5"></a>
105+
89106
# [1.0.0-alpha.5](https://github.com/fluster/deckdeckgo-charts/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2019-02-07)
90107

91108
### Features
92109

93-
* feat: redraw chart if width, height or src change ([01aa026](https://github.com/deckgo/deckdeckgo-charts/commit/01aa026f0ab746684abf1e9e83b975ea15eaaef1))
94-
* feat: add text variable to bar and line charts ([54cbbb2](https://github.com/deckgo/deckdeckgo-charts/commit/54cbbb2a11a4873e9462b48dd41d0fb6985d5ef5))
110+
- feat: redraw chart if width, height or src change ([01aa026](https://github.com/deckgo/deckdeckgo-charts/commit/01aa026f0ab746684abf1e9e83b975ea15eaaef1))
111+
- feat: add text variable to bar and line charts ([54cbbb2](https://github.com/deckgo/deckdeckgo-charts/commit/54cbbb2a11a4873e9462b48dd41d0fb6985d5ef5))
95112

96113
<a name="1.0.0-alpha.4"></a>
114+
97115
# [1.0.0-alpha.4](https://github.com/fluster/deckdeckgo-charts/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2019-02-02)
98116

99117
### Lib
100118

101-
* update Stencil and d3js ([530c090](https://github.com/deckgo/deckdeckgo-charts/commit/530c090eb85862576758c31886c9d38d1c2c98df))
119+
- update Stencil and d3js ([530c090](https://github.com/deckgo/deckdeckgo-charts/commit/530c090eb85862576758c31886c9d38d1c2c98df))

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-rc.6",
3+
"version": "1.0.0-rc.6-1",
44
"description": "A collection of Web Components to easily draw charts",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)