Skip to content

Commit

Permalink
gh-pages <- v1.2.0 release (#108)
Browse files Browse the repository at this point in the history
* Remove legacy return from RangeBarChart (#93)

* Remove legacy return from RangeBarChart

* Lint fix

* Minor bug fixes (#94)

* Fix ScatterPlot pointStyle propType

* Fix proptypes for XAxis and YAxis labels

* Add test for label formatting

* Rebuild docs

* Fix docs for treemap and sankey diagram and rebuild docs

* v1.0.1 release (#95)

* Fix merge conflict code (#97)

* Add d3 line generator and curve prop to LineChart (#99)

* Fix growl dependency, recreate package-lock.json (#100)

* Add offset prop to x and y labels (#102)

* Add offset prop to x and y labels

* Update axis test

* Update documentation

* Fix issue with TreeMap and react-docgen issues. Regenerate docs (#103)

* v1.1.0 release (#104)

* Add show line prop and default style for X and Y Axis (#106)

* Add show line prop and default style for xaxis

* Regenerated docs

* 1.2.0 release (#107)
  • Loading branch information
Kris Salvador authored Aug 29, 2018
1 parent e6df092 commit 664582c
Show file tree
Hide file tree
Showing 12 changed files with 2,385 additions and 2,154 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.2.0 (2018-08-29)

- [#106](https://github.com/spotify/reactochart/pull/106) Adds showLine and lineStyle prop to X and Y Axis. Also adds default styling to provide X and Y Axis line with stroke color

## 1.1.0 (2018-08-28)

- [#99](https://github.com/spotify/reactochart/pull/99) Adds d3 line generator and curve prop to LineChart - thanks @scottsheffield!
Expand Down
Loading

0 comments on commit 664582c

Please sign in to comment.