All Versions
32
Latest Version
Avg Release Cycle
73 days
Latest Release
1240 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.9.4 Changes
August 06, 2015- โ Added axes to all events where they are available in context to provide better API convenience when developing plugins
- Consider additional parameters of SVG elem when called with DOM node
-
v0.9.3 Changes
August 05, 2015- โ Added better check for undefined values in bar chart, fixes #400
- ๐ Fixed issue with SVG feature check within Svg module (Thanks to Markus Gruber !)
-
v0.9.2 Changes
August 02, 2015- ๐ Enabled bar charts to use dynamic axes fixes #363, fixes #355
- โ Added axis title plugin to plugins page (Thanks to @alexstanbury !)
- โ Added a label group for Pie charts to prevent occlusion by slices (Thanks to Anthony Jimenez!)
- โ Added better handling for multi values when writing custom attributes, fixes #379
-
v0.9.1 Changes
June 24, 2015- ๐ Fixed bug with areaBase narrowing process in area charts, fixes #364
- ๐ Fixed bug on bar chart where wrong offset was used (axis offset), fixes #347 (Thanks to @amsardesai !)
- ๐ Fixed bug with namespace attributes that caused duplication of SVG element on updates in old browsers (Thanks to @radist2s !)
-
v0.9.0 Changes
June 10, 2015- ๐จ Major refactoring of axis and projection code, added possibility to configure axes when creating a chart
- โ Added areaBase to series options override in line chart, fixes #342
- Throwing up in infinite loop for edge cases and during development
- ๐ Documentation: Added documentation for axis configuration and getting started guide for custom axes
-
v0.8.3 Changes
June 07, 2015- Greatly reduced CSS selector complexity and split slice into slice-pie and slice-donut
- โ Added more robust detach mechanism that takes async initialization into account
- โ Added better handling for area drawing with segmented paths, fixes #340
- ๐ Documentation: Added getting started guide for styling charts
-
v0.8.2 Changes
June 02, 2015- ๐ Fixed broken release 0.8.1
-
v0.8.1 Changes
June 02, 2015- โ Added new option labelPosition for Pie charts to have better control over label placement, fixes #315
- โ Added default styles for alignment-baseline
- โ Added better support for undefined values in bar charts
- ๐จ Refactored getHighLow to use recursion in order to enable more dynamic array structures and better edge case management
- ๐ Fixed issue with Chartist.rho that caused endless loop when called with 1, fixes #318
-
v0.8.0 Changes
May 10, 2015- โ Added new option to bar charts to allow a series distribution and use a simple one dimensional array for data (#209)
- โ Added option for label placement and refactored label positioning code (#302)
- โ Added option to only use integer numbers in linear scale axis (#77)
- โ Added possibility to add series configuration on line chart to override specific options on series level (#289, #168)
- โ Added functionality to handle holes in line charts (#294)
- โ Added step interpolation for line charts
- โ Added default styles for bar and horizontal bar labels that make more sense (#303)
- โ Added series data and meta information to events (#293)
- ๐ Changed line chart behavior to draw points from interpolated values (#295)
- โ Removed restriction to SVGElements so Chartist.Svg can be used for HTML DOM elements (#261)
- ๐จ Refactored and simplified axis creation, also includes updated CSS label handling
- ๐จ Refactored getDataArray for simplification and fixed type conversion issue with data arrays for pie charts
- ๐ Centralized high/low calculations in getHighLow() method and added support for empty charts. Thanks @scthi !
- ๐ Fixed bug in pie chart where meta was only added when series name was specified
- ๐ Fixed bug where special condition to check single value should also include object value notation (#265)
- ๐ Fixed bug with Chartist.extend when null property is extended
- ๐ Fixed bug with Firefox dying with a DOM exception when calling getBBox() on an invisible node. Thanks @scthi !
- Switched from object literal accessor definition to regular function (#278)
-
v0.7.4 Changes
April 19, 2015- โจ Enhanced documentation site (Accessibility plugin, live example eval, fixed path to Sass settings, better HTML example of how to include Chartist, example how to include multiple charts on one page)
- โ Added Arc to Chartist.Svg.Path
- ๐จ Refactored Chartist.Pie to make use of Svg.Path and expose path in events
- Closing path of Pie if not a donut for correct strokes
- Exposing axis objects in created event
- ๐ Changed grid event to use axis object instead of string