Skip to content

Releases: jamesleesaunders/d3-ez

Version 3.3.2 (Line Chart Fix)

29 Apr 20:41
Compare
Choose a tag to compare
  • Fix for Issue #87 time series y-axis overflow.
  • Fix time series duplicate dots in every point.
  • Temporarily disabled BarsCircularTest.

Version 3.3.1

28 Apr 23:22
5793622
Compare
Choose a tag to compare
  • Improved Unit tests.
  • Fixed stacking scale bug with roseChart.

Version 3.3.0 (Improved Scale Calculations)

26 Apr 20:29
13ffbc8
Compare
Choose a tag to compare
  • Completes #92 Standardise yScale VS height passed into components.
  • Each component will calculate its own scales if none were passes in.
  • Fixes #90 Bar Chart Y-Axis Upside Down.
  • New unit tests - broken down into separate files per component.
  • Added SVG test data.
  • Improved init() functions for all components.

Version 3.2.9 (Refactor circularAxis components to functions)

12 Apr 22:06
e4f1b45
Compare
Choose a tag to compare
  • Refactor circularAxis components to functions.
  • Fix reverse polarArea yScale.
  • Build Do not store directory names (junk-paths) when zipping build files up.
  • Run though PHPStorm to check for any more lint errors.
  • README updates.

Version 3.2.8 (ES6 convert var to let & Babel)

10 Apr 21:09
Compare
Choose a tag to compare
  • Converted all 'var' to 'let' to make fully ES6 compliant.
  • Added Babel plugin to compile ES2015 backwards compatible JavaScript.
  • Fixed up some duplicate variables highlighted by Babel.
  • Split unit tests down into separate files.
  • Added NPM and TravisCI badges to README.

Version 3.2.7 (Title and Credit Tag Bugfixes, use labeledNode)

08 Apr 16:03
0032e46
Compare
Choose a tag to compare
  • Switched bubbles and proportionalAreaCircules over to use the labeledNode component. Closes #81.
  • Tweaked labeledNode call.
  • Fix small bug with title component.
  • Fix Cannot read property 'getBBox' of null.
  • Improve default radius calculations.
  • Fix radius calculation on circularSectorLabels.
  • Fix bug with textPath def if more than one chart on page.
  • Add unpkg option to package.json.

Version 3.2.6 (Proportional Circles Fix)

04 Apr 08:40
Compare
Choose a tag to compare
  • Fixed bug with proportionalAreaCircles alignment.
  • Added roseChartSector unit test.
  • Fixed bug in unit test. Added wait for transition.

Version 3.2.5

03 Apr 22:24
020d485
Compare
Choose a tag to compare
  • Cleaned up component code further.
  • Standardisation.
  • Added first SVG unit test.

Version 3.2.4 (Various Component Fix-ups)

02 Apr 22:01
Compare
Choose a tag to compare
  • Fixed bug with line chart.
  • Various component fix-ups.

Version 3.2.3 (Polar Area Tweaks)

27 Mar 21:14
Compare
Choose a tag to compare