Skip to content

Releases: rsuite/charts

v4.1.1

14 Jun 08:32
Compare
Choose a tag to compare

4.1.1 (2022-06-14)

Bug Fixes

  • theme: fix default color of axis labels (4d96697)

v4.1.0

24 Feb 04:16
Compare
Choose a tag to compare

4.1.0 (2022-02-24)

Features

v4.0.1

22 Feb 04:03
Compare
Choose a tag to compare

4.0.1 (2022-02-22)

Bug Fixes

  • Chart: 修复地图,饼图传递 locale 到 series (#53) (c4f243e)
  • Fix some bug in (#60) (7ffcbf0)

What's Changed

New Contributors

Full Changelog: v4.0.0...v4.0.1

4.0.0 (March 5, 2021)

04 Mar 17:11
Compare
Choose a tag to compare

Bugfixes

  • Fix type keys for <Scatter> <Tree> and <Treemap>.

4.0.0 RC+2 (March 3, 2021)

03 Mar 06:51
ec81744
Compare
Choose a tag to compare

Changes

  • Do not render empty message when chart is in loading state.

4.0.0 RC+1 (Nov 7, 2020)

07 Dec 09:57
895cc9d
Compare
Choose a tag to compare

Bugfixes

  • Fix ref on charts components.
  • Fix runtime __DEV__ is not defined.
  • Fix props conflicting with ECharts options on <Bars> <Line> <XAxis> <YAxis>.

4.0.0 RC (Dec 6, 2020)

06 Dec 08:12
Compare
Choose a tag to compare

Features

  • Import everything from index.
import { LineChart } from '@rsuite/charts';

BREAKING CHANGES

  • Import on demand has been dropped
import LineChart from '@rsuite/charts/lib/charts/LineChart'; // ⚠️ Causes error!

Other

  • Migrate codebase to TypeScript

3.2.5 (Nov 15, 2020)

15 Nov 12:02
Compare
Choose a tag to compare

Bugfixes

  • Fix <DataZoom> rendering multiple dataZoom options. (537e6b5)

v3.2.4

24 Apr 10:37
ff3b409
Compare
Choose a tag to compare
  • Fix locale props with ReactElement causing MapChart to crash. (bfac443)

3.1.0

18 Mar 04:25
783fcfa
Compare
Choose a tag to compare