Go Chart Versions Save

go chart is a basic charting library in go.

v2.1.1

8 months ago

Upgrades golang.org/x/image to v0.11.0

v2.0

7 years ago

This marks the v2.0 release of go-chart.

New Features:

  • API re-organization
  • New Chart types:
    • Pie chart type
    • Bar chart type
    • Stacked bar chart type
  • Style options for text rotation

v2.0.0-rc.3

7 years ago

Version 2.0 brings a couple new chart types; pie charts, bar charts, stacked bar charts. It brings a bunch of utilities to help with managing sparse time ranges (i.e. Market Hours).

Version 2.0 marks a breaking API re-organization, so some updating will be required to move from v1.x charts to v2.x charts.

What's new in RC3?

You can now apply a TextRotationDegrees in chart styles. This will rotate text elements. There may be a myriad of corner cases and weird situations that arise from rotating the text for large text elements. You were warned.

v2.0.0-rc.2

7 years ago

Version 2.0 brings a couple new chart types; pie charts, bar charts, stacked bar charts. It brings a bunch of utilities to help with managing sparse time ranges (i.e. Market Hours).

Version 2.0 marks a breaking API re-organization, so some updating will be required to move from v1.x charts to v2.x charts.

What's new in RC2?

  • Slight tweaking of how Gridlines are handled; they no longer have an IsVertical property, instead the orientation is inferred from what axis they are attached to.

v2.0.0-rc.1

7 years ago

Version 2.0 brings a couple new chart types; pie charts, bar charts, stacked bar charts. It brings a bunch of utilities to help with managing sparse time ranges (i.e. Market Hours).

Version 2.0 marks a breaking API re-organization, so some updating will be required to move from v1.x charts to v2.x charts.