Skip to content

Releases: go-echarts/go-echarts

v2.4.0-rc2

20 May 15:32
faa30f0
Compare
Choose a tag to compare
v2.4.0-rc2 Pre-release
Pre-release

Feature

Support render snippets - faa30f0 feat(render): support render snippets of chart (#428)

Dirty Changes

faa30f0 feat(render): support render snippets of chart (#428)
c992342 update: add series options min/max (#422)
48b021d fix: fix opts.Polar config support in charts (#421)
c126e30 update(readme): gonb integration (#416)
39c3689 update(opt): add min/maxInterval opt (#412)
7fbb77b feat(gauge): add options 'progress', 'axistick' and 'detail' (#399)
a57ac99 update: remove unused bool default val (#400)
a844c08 add: radar series (#394)
bdd5ec3 add: effect scatter series (#393)
55c37f2 fix: treemap align to other data types (#392)
5b19468 fix: wrong type in FontSize (#391)
f2ab671 update: label opt detail (#385)
f5fbd59 test: add charts unit test cases (#244)
bc67754 update: series scatter refactor (#384)
4b31e0c update: series pie refactor (#381)
51641ea update: series bar refactor (#380)
247112a fix: duplicated coordinateSystem
7eac831 update: series line refactor (#379)
0456a5e fix: RoseType type inconsistent (#377)
a1cabad add: series opt large (#366)
0bdecc8 update: opts polar radius_axis (#363)

v2.4.0-rc1

22 Jan 16:07
8a6d35e
Compare
Choose a tag to compare
v2.4.0-rc1 Pre-release
Pre-release

Dirty Changes

  • Refactor all necessary bool to types.Bool (*bool)
  • Change all functional fields to types.FuncStr (string)
  • Move PageConfiguration out from opts.Initialization to avoid mess up configs
  • Split configs for easy structure maintain

Features

  • Support listening events via event.Listener
  • Expose echarts instance via %MY_ECHARTS%
  • Support expose render content for image extension snapshot-chromedp
  • Expose charts.WithSeriesOpts for series config in case of WithX helper functions missing some opts in charts
  • Provide brand new Docs on pages