Releases: teamdandelion/chartographer
Releases · teamdandelion/chartographer
Release list
Fix bugs; Upgrade Plottable
v0.1.0 Cut 0.1.0 release.
Preview release of v0.0.5
v0.0.5-preview Release v0.0.5-preview for testing Plottable v0.33.0-preview
v0.0.5 - Upgrade Plottable to v0.33.1
Since Plottable v0.33.1 contains breaking changes, we release a new Chartographer
Chartographer.getComponents
Chartographer now has a Chart.getComponents call which returns a dict of all the Plottable objects used in the construction of the chart. This makes it easy to use Chartographer as a jumping off point for creating custom charts with Plottable.
Colors on StackedBarChart / ClusteredBarChart
Fixed a bug in the NewStylePlot usage
Fix typo which broke StackedBarChart
v0.0.2 Version 0.0.2
Chartographer Initial Release
This is the initial release. Basic functionality (line charts with labels) is present.