d3-ez

D3-EZ Easy Reusable Charts

GPL-2.0 License

Downloads
844
Stars
49
Committers
6
d3-ez - Version 2.1.8 (Breaking down into components)

Published by jamesleesaunders almost 7 years ago

  • HeatRing Component.
  • Add missing scatter plot.
  • Further breaking down of components.
  • Standard series components.
  • Fix Grouped Bar Chart CSS.
  • Further tweak of Heat chart colour scales.
d3-ez - Version 2.1.9 (Heat Map Speed)

Published by jamesleesaunders almost 7 years ago

  • Fixing Heat Chart speed issue.
d3-ez - Version 2.2.1 (Performance Improvements)

Published by jamesleesaunders almost 7 years ago

  • Performance improvements to graph components.
  • Trying to figure out d3v4 'merge'.
  • Typo 'Reusable Chary Library' -> 'Reusable Chart Library'.
  • Formatting tidy.
d3-ez - Version 1.6.3 (Heat Map Scale & Colours)

Published by jamesleesaunders almost 7 years ago

  • Swapped heat map colour scale over to threshold scale (completes #57).
  • Renamed chart.js to base.js
d3-ez - Version 2.2.0 (Graph Modules Renamed)

Published by jamesleesaunders almost 7 years ago

  • Breaking change! - Rename Chart Components.
  • Update README.md.
  • Tidy using PHPStorm.
d3-ez - Version 2.0.0 (D3 v4 Refactor)

Published by jamesleesaunders almost 7 years ago

  • Refactored d3.ez to work with D3 v4.
d3-ez - Version 1.6.5 (Multi Series Line Chart)

Published by jamesleesaunders almost 7 years ago

  • Added Multi Series Line Chart.
d3-ez - Version 1.6.4 (Standard Custom Dispatch)

Published by jamesleesaunders almost 7 years ago

  • Clean up dispatch - standardise across all charts.
  • Clean up example data.
  • Aligned Circular Heat Hap colour scales with Tabular Heat Map colour scales.
d3-ez - Version 2.1.0 (Namespace Changes)

Published by jamesleesaunders almost 7 years ago

  • Namespace Changes
d3-ez - Version 2.1.1 (Unit Tests)

Published by jamesleesaunders almost 7 years ago

  • Added basic unit tests.
  • Added npm test to travis.yml.
  • Folder structure reshuffle.
  • Re-organising d3.ez namespace.
d3-ez - Version 1.6.2 (Clever SVG Selector)

Published by jamesleesaunders about 7 years ago

  • Adding standard PhpStorm code style settings.
  • Auto detect if a chart selector is an svg or div.
  • Examples Tidy.
d3-ez - Version 1.6.1 (Optional Legend and Title)

Published by jamesleesaunders about 7 years ago

  • Make legend and title optional.
  • Run all code though beautifier.
  • Tidy up examples.
  • Adding README link to Britecharts.
  • Check if selection is SVG.
d3-ez - Version 1.6.0 (Legend Overhaul)

Published by jamesleesaunders about 7 years ago

  • Broke out Legend, Credit Tag, Title into modules.
  • Construct custom charts by choosing to add Legend & Title to central chart component.
  • Improved Punch Card chart.
  • Improved Size Legend.
  • Standardisation of Colour Scales.
  • Added example HTML files.
d3-ez - Version 1.5.9 (Tabular Heat Chart)

Published by jamesleesaunders almost 9 years ago

  • Added new Tabular Heat Chart.
d3-ez - Version 1.5.8 (Credit Tag)

Published by jamesleesaunders about 9 years ago

  • Added Credit Tag.
  • Hover on Radial Bar Chart.
  • Added reD3 link to Readme.
  • CSS tweaks.
d3-ez - Version 1.5.7 (Tidy Up - Part 2)

Published by jamesleesaunders about 9 years ago

  • Converted the 3 'circle type charts' (Donut, Radial Bar & Circular Heat) such that their radius is calculated in the same way.
  • Standardised code such that it uses " rather than mixture of ' and ".
  • Removed alternate include() functions from src/test d3.ez.js file.
  • Lots more integration of Radial Bar & Circular Heat charts into D3.EZ.
  • Removed some redundant code.
  • Added init() functions to each module to process the data and calculate variables needed in the rendering of each chart (I need to tidy up each init function further).
  • Commenting.
  • Lots more good wholesome stuff!
d3-ez - Version 0.1.0

Published by jamesleesaunders about 9 years ago

  • Added Punch Card.
  • Credit Nattawat Nonsung ttps://gist.github.com/nnattawat/9720082
d3-ez - Version 0.0.1

Published by jamesleesaunders about 9 years ago

  • The birth of D3.EZ!
d3-ez - Version 1.5.6 (Tidy Up - Part 1)

Published by jamesleesaunders about 9 years ago

  • Further integration of Radial Bar Chart and Circular Heat Chart.
  • Credit Peter Cook.
  • Moving modules to ‘src’ directory.
d3-ez - Version 1.5.5 (Modular + Makefile)

Published by jamesleesaunders about 9 years ago

  • Converted to modular approach.
  • Broke up D3.EZ into modular files.
  • Compiled using Makefile.
  • Finished htmlList code.
  • htmlList is now expandable.
  • Added CSS for htmlList to make beautiful.