Skip to content

v0.0.12

Compare
Choose a tag to compare
@rodrigo-brito rodrigo-brito released this 19 Oct 02:28
· 223 commits to main since this release
4055ee5

What's Changed

Breaking Changes

  • NewChart function now returns an error in the initialization.
chart, err := plot.NewChart()
if err != nil {
    log.Fatal(err)
}

New Contributors

Full Changelog: v0.0.11...v0.0.12