All Versions
64
Latest Version
Avg Release Cycle
30 days
Latest Release
-

Changelog History
Page 1

  • v4.2.7 Changes

    • βœ‚ Remove lax d3compat.eventHandler workarounds, not necessary if code consistently uses d3@5 or d3@6 event handler signatures
    • βœ‚ Remove extra d3compat.eventHandler identified with strict event handler
    • πŸ›  Fix event handling in focus ordinal bar example (#1826)
    • πŸ”„ Change composite bar line example to illustrate using xAxisPadding with centerBar to draw compoisite bar/line properly (#1827)
  • v4.2.6 Changes

    • Isolate D3 compatibility layers, allowing more efficient module imports, by Patrik Kullman (#1822 / #1823 / #1824)
  • v4.2.5 Changes

    • πŸ“„ Option useTopXAxis to show coordinate grid X axis at top of chart, by BERΓ‰NYI Attila (#1815 / #1816)
    • βž• Add source for bar colors example (#1817)
  • v4.2.4 Changes

    • πŸ›  Fix use of d3.mouse removed in d3@6, by Deepak Kumar (#1807 / #1808)
    • Simpler example of ordinal brushing, by Deepak Kumar (#1809)
  • v4.2.3 Changes

    • πŸ›  Fix undefined this on SeriesChart redraw, by Maxime Rouyrre (#1800)
    • Export d3 compat functions allowing it to be used to simplify d3@6 compatibility in examples. Fixes #1787.
  • v4.2.2 Changes

  • v4.2.1 Changes

    November 02, 2020
    • Text filter widget should redraw chart's group - thanks @kriddy! (#1678 / #14978)
    • Pareto chart example was not correctly sorted, and scatter series chart displayed brush when zoomed (#1780 / #1772)
  • v4.2.0 Changes

    October 06, 2020
    • πŸ“„ Accessibility features BaseMixin.svgDescription and BaseMixin.keyboardAccessible, by German Priks. Demo here. (#1738 / #1185)
  • v4.1.1 Changes

    September 18, 2020
  • v4.1.0 Changes

    August 30, 2020
    • Compatible with dc@6 while preserving compatibility with dc@5, by Deepak Kumar (#1749 / #1748)