All Versions
29
Latest Version
Avg Release Cycle
50 days
Latest Release
1361 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.16.1 Changes
May 17, 2019May 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
-
v0.16.0
May 17, 2019 -
v0.15.5 Changes
Nov 1, 2018
🐛 Bug Fixes:
- ⚡️ Update to create-react-app V2.0
- 📚 Add note to documentation that columns can't have periods
- Export BandChart component
- 💅 Add an example to style BandChart component
- Add a check for undefined value in the ScatterChart component
-
v0.15.3 Changes
August 15, 2018Aug 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
-
v0.15.1
May 24, 2018 -
v0.15.0 Changes
May 22, 2018May 22, 2018
- 👀 Adds
YAxis
andTimeAxis
styling of all elements. This is a breaking change, but now allows much more flexible styling. See the the DDoS example. In #267. - 🛠
YAxis
now supports horizontal grid lines. This only applies to axes which are adjacent to the chart (Fixes #244). In #267. - 👍
TimeAxis
now supports angled labels #229 - 🛠 You can now add a title to the chart by passing one into the
ChartContainer
(Fixes #9) -
AreaChart
s now have an option to break at data gaps (i.e. ignorenulls
andNaNs
) in #247 -
ChartContainer
now has a margin prop that will surround the chart with empty space. This is useful to avoid clippedTimeAxis
labels #229 - Add drag to zoom feature by @iabw in #252
- Current
TimeAxis
scale function exposed as second argument toonTrackerChanged()
by @ethanroday in #238 - Allow
YAxis
yscale by @ethanroday in #251
🐛 Bug fixes:
- 👀 Adds
-
v0.14.0 Changes
May 15, 2018March 2, 2018
- ⚡️ Add MultiBrush component and update traffic example to implement the same @barbaragomes in #224
- Add a crosshairs custom chart to the currency demo
- Ability to ignore null points in ScatterChart [#226]
- 🚚 Exposes hover x,y events in ChartContainer handleMouseMove [#199]
- Added a control for TimeAxis tick count [#220]
- Control minimum BarChart height [#218]
- 🛠 Fixed LineChart example text [#215]
- 👍 Baseline has better control over label vertical positioning [#216]
- Legend horizontal layout now wraps automatically [#202]
- 👀 Legend can now be laid out in a column (see weather example)
- Legend items can specify the symbol type
- ScatterChart now ignores null points [#197]
- YAxis tick count improvements [#175]
- ⚠ Emit warning when using a log scale with min set to 0 [#45]
-
v0.13.1 Changes
May 15, 2018January 29, 2018
- 👍 Support for React 16
- Ability to hide and show charts, rows and axes with a single flag
- Ability to supply format function to y-axis scales (@ethanroday in #211)
-
v0.12.8
July 20, 2017