Skip to content

Releases: wcharczuk/go-chart

v2.1.1

18 Aug 19:59
Compare
Choose a tag to compare

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

Version 2.0 Release Candidate 3

28 Oct 18:09
Compare
Choose a tag to compare
Pre-release

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.

go-chart v2.0

01 Nov 19:41
Compare
Choose a tag to compare

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

Version 2.0 Release Candidate 2

12 Aug 03:45
Compare
Choose a tag to compare
Pre-release

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.

Version 2.0 Release Candidate 1

07 Aug 07:47
Compare
Choose a tag to compare
Pre-release

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.