github antvis/G2 5.0.0-rc.2

latest releases: 5.2.6, 5.2.5, 5.2.4...
pre-release18 months ago

Please see the 5.0.0-rc.2 release notes for more!

What's Changed

Breaking Change

Since the default theme of G2 is still in the preparatory stage, in order to avoid future user changes, we require that the theme should be specified as "classic" when initializing Chart at present. Otherwise you may receive an exception warning and be unable to render the charts.

const chart = new Chart({
  container: 'container',
  theme: 'classic',
  autoFit: true,
});

Full Changelog: v4.2.10...5.0.0-rc.2

Don't miss a new G2 release

NewReleases is sending notifications on new releases.