Releases: wcharczuk/go-chart
Fix for CVE-2024-40060
v2.1.1
Version 2.0 Release Candidate 3
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
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
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
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.