Skip to content

Releases: metricsgraphics/metrics-graphics

v0.4

12 Sep 20:25
Compare
Choose a tag to compare
v0.4 Pre-release
Pre-release
  • Adds two new chart types: barplots and scatterplots
  • Adds basic linear regression that works for scatterplots
  • Adds preliminary button generation function
  • Modularizes codebase--components are now functionally separated into individual files and combined via the included make script

A big thanks to @tlatorre-uchicago for contributions to this release.

v0.3

20 Aug 02:17
Compare
Choose a tag to compare
v0.3 Pre-release
Pre-release

Adds a new histogram chart type that can handle both binned and unbinned data. Closes 20 issues.

v0.2

18 Jul 20:29
Compare
Choose a tag to compare
v0.2 Pre-release
Pre-release

Further refines line chart functionality. Fixes outstanding bugs that came about as a result of using this library with a moderate set of internal dashboards.

v0.1

29 May 19:13
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release

Elementary functionality for line charts, rollover functionality, decoupling of styling into css files