All examples By author By category About

jamesleesaunders

d3-ez : SlashDB Bugfix

Testing a fix for bug seen in d3-ez line chart example found at https://www.slashdb.com/2018/02/15/howto-d3js/

Bugs fixed:

  1. Duplicate dots in every point.
  2. The y-axis over ran over the top of the chart.

Fixes https://github.com/jamesleesaunders/d3-ez/issues/87

Thanks to Elliot Bricker for writing a d3-ez demonstration article on SlashDB.