Skip to content
This repository has been archived by the owner on Oct 5, 2020. It is now read-only.

Releases: tgotwig/ng-graphics

v0.3.0

19 Oct 16:55
Compare
Choose a tag to compare

Added

  • Add tooltips by Tippy.js
  • Add tooltips for Bar-Chart
  • Add tooltips for Line-Chart
  • Add tooltips for Heatmap
  • Add tooltips for Pie-Chart
  • Add tooltips for Histogram
  • Add tooltips for Scatter-Chart

Changed

  • Change data-keys of Pie-Chart
  • Change data-keys of Line-Chart

v0.2.3

17 Oct 15:19
Compare
Choose a tag to compare

Added

  • Add property title to Heatmap
  • Add property title to Histogram
  • Add property title to Line-Chart
  • Add property title to Scatter-Chart
  • Add property title to Pie-Chart
  • Add properties xlabel and ylabel to Line-Chart
  • Add properties xlabel and ylabel to Histogram
  • Add properties xlabel and ylabel to Scatter-Chart

v0.2.2

06 Oct 16:20
Compare
Choose a tag to compare

Added

  • Add property title to Bar-Chart
  • Add properties xlabel and ylabel to Bar-Chart

v0.1.3

01 Oct 21:16
Compare
Choose a tag to compare

Added

  • New component for plotting a Line-Chart
  • New component for plotting a Heatmap
  • New component for plotting a Pie-Chart

Changed

  • Change opacity on mouse-hover events

v0.1.2

26 Sep 10:47
Compare
Choose a tag to compare

Added

  • New component for plotting a Scatter-Chart
  • New component for plotting a Histogram
  • Add live-plots for Scatter-Chart and Histogram to the homepage
  • Add selector and data-example for each component on the homepage