d3-ez

D3-EZ Easy Reusable Charts

GPL-2.0 License

Downloads
844
Stars
49
Committers
6
d3-ez - Version 1.5.0 (Radial Bar and Circular Heat)

Published by jamesleesaunders about 9 years ago

  • Added 2 new chart types.
  • Radial Bar Chart.
  • Circular Heat Map.
d3-ez - Version 1.4.1 (CSS Stylesheet & HTML List)

Published by jamesleesaunders about 9 years ago

  • Colour not Color (I’m British!)
  • Added 3 diverging colour palettes for use in charts such as bar charts and pie charts.
  • Adding new htmlList type - a simple HTML unordered list.
  • Adding CSS Stylesheet.
  • HTML Table default class = ‘d3ez’.
d3-ez - Version 1.3.0 (Bar Charts Overhaul)

Published by jamesleesaunders about 9 years ago

  • Merged Grouped and Stacked Bar Charts into one function.
  • Renaming ‘Grouped Bar Chart’ to ‘Clustered Bar Chart’.
  • Changed by setting ‘groupType’.
  • Chart can also now be changed on the fly between Stacked and Clustered.
d3-ez - Version 1.2.0 (Grouped Column Chart)

Published by jamesleesaunders about 9 years ago

  • Added new graph type.
  • Grouped Column Chart.
  • New data structure for transition variables.
  • A little more standardisation.
  • Further improved the stacked bar chart.
  • Added better colour control.
  • Fixed bug where the axis were off the screen.
  • Some further standardisation of code between graphs.
  • Remove reference to ‘state’.
  • Worked out where it sorts columns tallest to shortest.
  • Some very small formatting tweaks.
  • Adding ‘Reusable’ to notes.
  • Stacked Column Chart… complete.
  • Punchcard… complete.
  • Renamed ‘exports’ to ‘my’.
  • Moved some bits around.
  • Improved Transition on standard Column Chart.
  • Further standardisation.
  • Improved transitions.
  • Added transitions to stacked bar chart.
  • Bars rise up rather than come in from the side.
  • Tweaked hover on stacked column chart.
  • Changing ease functions to elastic.
  • Move towards using JsDoc.
d3-ez - Version 1.1.0 (Stacked Column Chart)

Published by jamesleesaunders about 9 years ago

  • Added Stacked Column Chart.
  • Still WIP but now works.
  • Converting accessor ‘values’ to ‘_’.
d3-ez - Version 1.0.2 (Pre-release)

Published by jamesleesaunders about 9 years ago

  • Added version number.
d3-ez - Version 1.0.1 (GNU License)

Published by jamesleesaunders about 9 years ago

  • Standardised Colours.
  • GNU License Added.
  • Standardisation of default variables.
d3-ez - Version 1.0.0 (Punch Card)

Published by jamesleesaunders about 9 years ago

  • Converting Punchcard into standard format.
  • Some formatting.