C3 Versions Save

:bar_chart: A D3-based reusable chart library

v0.7.20

3 years ago

Changes

  • Fix config subchart_axis_x_show (#2806)
  • Fix pan of y-axis when zoomed and rotated=true #2799 (#2805)

v0.7.18

3 years ago

Changes

  • Removing pre filter on drag and applying it while points traversal #2795

v0.7.17

3 years ago

Changes

  • hide the previous tooltip in case of null value #2790

v0.7.16

3 years ago

Changes

  • Disable chart legend interaction if interaction.enabled is set to false #2791

v0.7.15

4 years ago

Changes

  • Fix #1691 (#2761)

0.7.14

4 years ago

Changes

  • Detect correct level color for gauge with more than one data value per series #2755
  • Use util function to detect IE9 in getClipPath() (#2743)
  • Make legend toggle work in IE11 (#2741)
  • Add an ES6 module output (#2740)
  • Opt-out from subchart DOM if not enabled (#2674)

v0.7.10

4 years ago

Changes

  • correct initial visibility of hidden bars #2702
  • add polyfill for Object.assign as it is not supported by IE11 #2710

v0.7.9

4 years ago

Changes

  • ebasing region label work from PR 1853 #2703
  • [Experimental] Add support for y/y2 log scale #2678
  • Restore tooltip behavior when grouped #2684

v0.7.8

4 years ago

Changes

  • Only set shape-rendering for standard graph type #2691
  • Style empty points in line charts via CSS #2693
  • Handles exception thrown by Firefox when calling getBBox within hidden element #2695

v0.7.7

4 years ago

Changes

  • correct DOMException when data name contains unicode #2686