Skip to content

Commit a33e673

Browse files
committed
Update package.json
1 parent 5675d30 commit a33e673

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

CHANGES.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,16 @@
99

1010
Bug fixes:
1111

12-
* Corrects the wrong order for testing style type (Fixes #277)
13-
* Correctly stacking in area charts when some points are bad (Fixes #284)
14-
* Adds prop to hide TimeAxis (Fixes #295)
15-
* Adds function argument while styling barcharts (Fixes #291)
16-
* Adds a prop `marginBottom` to the `Legend` component (Fixes #243)
17-
* Doesn't draw a `BarChart` when the height of the rectangle is 0 (Fixes #294)
18-
* Removes warnings on climate example (Fixes #257)
19-
* Exposes x, y and time value to onBackgroundClick method in `ChartContainer` (Fixes #296)
20-
* TimeMarker can be custom styled (Fixes #304)
12+
* Corrects the wrong order for testing style type (Fixes [#277](https://github.com/esnet/react-timeseries-charts/issues/277))
13+
* Correctly stacking in area charts when some points are bad (Fixes [#284](https://github.com/esnet/react-timeseries-charts/issues/284))
14+
* Adds prop to hide TimeAxis (Fixes [#295](https://github.com/esnet/react-timeseries-charts/issues/295))
15+
* Adds function argument while styling barcharts (Fixes [#291](https://github.com/esnet/react-timeseries-charts/issues/291))
16+
* Adds a prop `marginBottom` to the `Legend` component (Fixes [#243](https://github.com/esnet/react-timeseries-charts/issues/243))
17+
* Doesn't draw a `BarChart` when the height of the rectangle is 0 (Fixes [#294](https://github.com/esnet/react-timeseries-charts/issues/294))
18+
* Removes warnings on climate example (Fixes [#257](https://github.com/esnet/react-timeseries-charts/issues/257))
19+
* Exposes x, y and time value to onBackgroundClick method in `ChartContainer` (Fixes [#296](https://github.com/esnet/react-timeseries-charts/issues/296))
20+
* TimeMarker can be custom styled (Fixes [#304](https://github.com/esnet/react-timeseries-charts/issues/304))
21+
* Ability to style legend (Fixes [#112](https://github.com/esnet/react-timeseries-charts/issues/112))
2122

2223
## v0.15.0
2324

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
},
1818
"scripts": {
1919
"docs": "echo \"*** Building API docs\n\" && react-docgen src/components -x js -o src/website/packages/charts/api/docs.json --pretty",
20+
"lint": "eslint src/components/*.js",
2021
"test": "npm run lint",
2122
"build": "echo \"*** Building lib\n\" && rm -rf lib/* && babel src/components --optional runtime --stage 0 --out-dir lib/components && babel src/js --optional runtime --stage 0 --out-dir lib/js && babel src/entry.js --optional runtime --stage 0 --out-file lib/entry.js",
2223
"start-website": "react-scripts start",

0 commit comments

Comments
 (0)