Skip to content

Releases: supervons/react-native-echarts-pro

v1.9.3

12 Aug 06:13
bddeda2
Compare
Choose a tag to compare
  • Fix #128.
  • Add new params renderMode, "canvas" or "svg",default canvas.

@supervons

v1.9.2

09 Jul 08:52
6514413
Compare
Choose a tag to compare

Fixs

iOS cannot render for the first time if formatter was function type. #122 @congshengwu 80b813c

v1.9.1

28 May 06:49
cb7496b
Compare
Choose a tag to compare

Feature

1.9.0-GoldenRing

02 Mar 01:28
2737f2c
Compare
Choose a tag to compare

Fix

Feature

1.9.0-beta.0

23 Feb 08:19
4d7bfe9
Compare
Choose a tag to compare
1.9.0-beta.0 Pre-release
Pre-release

This is a pre-release.

You can join test:

npm install react-native-echarts-pro@1.9.0-beta.0
// or
yarn add react-native-echarts-pro@1.9.0-beta.0

We plan to release it on March 2nd.

Fix

Feature

1.8.9-La'eeb

24 Nov 14:51
f305f1d
Compare
Choose a tag to compare
  1. support customize fontFamily. a0f3ac4

Tutorial

@supervons

1.8.8-happy-birthday-mom

19 Oct 14:30
1cfaf4b
Compare
Choose a tag to compare
  1. Add typescript declaration:width 169757f
  2. Upgrade echarts version to 5.4.0: 2ad6154, see more changelog: echarts-5.4.0
  3. Set eventArrays default value '[]', thanks @Liu-Ya find this bugs. ec2364f

Last but not least, happy birthday mom!

@supervons

V1.8.7

26 Sep 05:43
b826926
Compare
Choose a tag to compare
  1. Upgrade echarts version to 5.3.3:7a6f92c
  2. Add new Typescript declare:75a9856 9254448
  3. Click event return extra params:7554c5f

@supervons

1.8.6-Mid-Autumn Festival

10 Sep 15:32
ec1601a
Compare
Choose a tag to compare
  1. Support cutom event; #62 #63
  2. Remove unused variable;

Commit:
b035c2a

Happy Mid-Autumn Festival~🥮🥮🥮

@supervons

1.8.5

23 Aug 02:20
a4aa769
Compare
Choose a tag to compare
  1. [feature] add props "webViewStyle", support setting the style of WebView component. #56 @congshengwu
  2. If not use map, always load map-JSON. 38e5b51 @supervons
  3. Remove WebView after destruction. 657bc45 @supervons