react-timeseries-charts v0.16.1 Release Notes
Release Date: 2019-05-17 // almost 6 years ago-
May 17, 2019
- Add ability to specify the title of ChartRow PR #359
- Add customized text styling in ValueList.js #355
- ⚡️ Fix YAxis component label not updating after initial render PR #351
- Fix ChartRow so as to not call setState after being unmounted #246
- Fix issue where the context menu triggers drag as well #307
- 0️⃣ Fix for Chrome 73 default passive event listeners / Fix scrolling to zoom in a ChartContainer that also scrolls the entire page #375
- Fix for intermittently click event not working on EventChart PR #369
- Fix YAxis rerender on tickCount/min/max change #371
- Add options modify the vertical axis margin and vertical EventMarker infobox offset PR #377
- 📚 Fixes the documentation page on Safari PR #387
- Create a template for new issues
Previous changes from v0.15.3
-
Aug 15, 2018
- 💅 Add feature to add style prop to
LabelAxis
component - 🔨 Refactor
AreaChart
code
🐛 Bug fixes:
- 💅 Corrects the wrong order for testing style type (Fixes #277)
- 🛠 Correctly stacking in area charts when some points are bad (Fixes #284)
- 🛠 Adds prop to hide TimeAxis (Fixes #295)
- 🛠 Adds function argument while styling barcharts (Fixes #291)
- 🛠 Adds a prop
marginBottom
to theLegend
component (Fixes #243) - 🛠 Doesn't draw a
BarChart
when the height of the rectangle is 0 (Fixes #294) - 🚚 Removes warnings on climate example (Fixes #257)
- 🛠 Exposes x, y and time value to onBackgroundClick method in
ChartContainer
(Fixes #296) - 💅 TimeMarker can be custom styled (Fixes #304)
- 💅 Ability to style legend (Fixes #112)
- 💅 Add feature to add style prop to