Skip to content

Releases: c3js/c3

v0.4.20

11 Feb 07:53
Compare
Choose a tag to compare

Changes

  • Makes unfilled portion of 360 gauge visible #2282

v0.4.19

10 Feb 08:46
Compare
Choose a tag to compare

Changes

  • Call resize handlers only if chart is displayed #2164
  • Migrate to CircleCI 2.0 #2170
  • Drop travis build, switch to circle-ci #2260
  • Memory leak fix #2273

v0.4.18

14 Sep 14:56
Compare
Choose a tag to compare
  • point.focus.expand.r takes a function #1704
  • Pie and donuts really handle data_order correctly #1814

v0.4.17

19 Aug 09:22
Compare
Choose a tag to compare
  • Feature: Added "bar.space" parameter to set space between bars in bar charts #2146 #1815 #1328

v0.4.16

16 Aug 02:58
Compare
Choose a tag to compare
  • Fix bar chart bug. #2137

v0.4.15

20 Jul 01:33
Compare
Choose a tag to compare
  • Moves bar and arc opacity styling to CSS

v0.4.14

23 Jun 15:24
Compare
Choose a tag to compare
  • Fixes unexpected category behavior when multiple series are used.

v0.4.13

11 Jun 08:23
Compare
Choose a tag to compare

Feature

  • Allow function option for point.show #2062

Fix

  • Parallel loading of d3 and c3 #2066
  • Fix tooltip ordering #2070
  • Fixed IE9 CSV Loading #1345
  • Fix addHiddenTargetIds and addHiddenLegendIds #1663

v0.4.12

03 Jun 06:27
Compare
Choose a tag to compare
  • Performance improvement #1554
  • Bower support improvement #1390
  • Fix parseDate #1914
  • Fix tooltip ordering #1813

0.4.11

04 May 01:39
Compare
Choose a tag to compare
  • Fix for Chrome 48 removal of SVGPathSeg and SVGPathSegList APIs #1564
  • Fixes Uncaught TypeError: Cannot read property 'gauge_min' of null #1205 #1305
  • Allow patch upgrades to D3.js dependency #1166
  • Fixed redraw animation bug when user quickly hide and show chart item #1324
  • Fixes issue of trying to flow data when there is no data to start #1576
  • Allow tooltip formatter to change output depending on all data points. #1577
  • Add tests for path rendering instructions. #1572
  • point.select.r can now can accept a function #1610
  • Fix for categorical charts with x value of 0 #1616
  • Lightweight fix for unexpected category behavior when multiple series are used #1650
  • Implemented access to nested JSON objects as values for charts #1625
  • Pie Label Ratio Should be Configurable #1628
  • shortens strings for toMatch to comply with grunt #1597
  • Adds config option in area hash to draw the area fill above the line … #1595 #1594
  • added config.interaction.brighten option to disable brightening of selected path elements #1583
  • Fix regions api - #1255
  • Fix tooltip content when null included - #1631
  • Sanitise string embedded in tooltip - #1536