Skip to content

Conversation

jentfoo
Copy link

@jentfoo jentfoo commented Sep 14, 2025

Hello,

I have been maintaining a fork of the now-archived wcharczuk/go-chart for over a year.

Since the fork, there have been minimal changes to the original wcharczuk/go-chart code, now maintained as the chartdraw package. Merging this PR should not change how your charts look or behave, but ensures you depend on an actively supported module.

Most development has focused on a new API and chart style in the root charts package (see feature examples). If you want to explore that, I’d be happy to help; if not, chartdraw remains stable and supported.

We’re preparing for v0.6.0 and would value any feedback on the root charts API (chartdraw will remain stable). Thank you for considering.

Width: 360,
Height: 220,
XAxis: chart.XAxis{
Style: chart.Style{Show: true},
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The incompatible API required Show to be set, but the 2.0 released version instead has a Hidden boolean so that elements are default enabled. We forked from this 2.0 API with the Hidden field.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant