Skip to content

Commit

Permalink
Latest dist
Browse files Browse the repository at this point in the history
  • Loading branch information
gionkunz committed Oct 23, 2016
1 parent 1f67756 commit bcd7d6e
Show file tree
Hide file tree
Showing 10 changed files with 348 additions and 169 deletions.
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
v0.10.0 - 23 Oct 2016
---------------------

- Added dominant-baseline styles for pie and donut charts <Gion Kunz>
- Added public getNode on SVG api <Gion Kunz>
- Added support for bar charts to have auto narrowing on AutoScaleAxis by overriding referenceValue <Jonathan Dumaine>
- Added amdModuleId for better integration into webpack <Chris>
- Added grid background to line and bar chart <hansmaad>
- Added new LTS node version and included NPM run scripts <Gion Kunz>
- Added correct meta data emission in events <Gion Kunz>
- Fixed rounding issues where raw value was added instead of rounded <Gion Kunz>
- Fixed step axis issue with axis stretch and series count 0 <Gion Kunz>
- Fixed label position of single series pie / donut charts to be centered <Gion Kunz>
- Fixed order or drawing pie and donut slices <Gion Kunz>
- Fixed calculations of stepLength to only stretch ticksLength if > 1 <Alexander van Eck>
- Fixed better handling of axisOptions.position and fallback to 'end' position <Alexander van Eck>
- Fixed handling of holes in interpolation for multi-value series <James Watmuff>
- Fixed function StepAxis() returning NaN <Joao Milton>
- Fixed NaN issues in SVG when rendering Pie chart with only 0s <Alexander van Eck>
- Fixed infinite loop in getBounds with a more robust increment <hansmaad>
- Fixed performance of Chartist.extend <cheese83>
- Fixed license reference issues in package.json <Jacob Quant>
- Cleanup of data normalization changes and allows Date objects and booleans as values <Gion Kunz>
- Cleanup refactoring for data management and normalization <Gion Kunz>

v0.9.8 - 22 Jun 2016
--------------------
- Added monotone cubic interpolation which is now the default interpolation for line charts <James Watmuff>
Expand Down Expand Up @@ -28,7 +53,6 @@ v0.9.6 - 22 Feb 2016
- Fix #527 Pie render issue with small angles. <hansmaad>
- Small fix for stacked bars with 'holes' in the data <medzes>


v0.9.5 - 14 Nov 2015
--------------------
- Added 'fillHoles' option for line graphs, which continues the line smoothly through data holes (Thanks to Joshua Warner !)
Expand Down
7 changes: 7 additions & 0 deletions dist/chartist.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/chartist.css.map

Large diffs are not rendered by default.

Loading

0 comments on commit bcd7d6e

Please sign in to comment.