Skip to content

Releases: Pluto-Y/iOS-Echarts

1.4.4

06 Apr 14:06
Compare
Choose a tag to compare

Fixed

  • Fix the error type for the PYChordStyle

Added

  • Add missing import in the framework header file

Updated

  • Update README.md files

1.4.3

24 Feb 16:35
Compare
Choose a tag to compare

Fixed

  • Fix the error name
  • Fix not import for PYPolar

Update

  • Update one demo for Radar

1.4.2

18 Jan 15:09
Compare
Choose a tag to compare

Fixed

  • Fix the multipe echarts view in one view controller's bug
  • Fix the magnification in echarts view
  • Fix the margin bug in echarts.html

1.4.1

03 Jan 05:34
Compare
Choose a tag to compare

Added

  • Add new property to decide the min percent of the zoom in.
  • Add support for WKWebView

1.3.4

12 Dec 03:01
Compare
Choose a tag to compare

Add some tiny changes

1.3.3

15 Oct 10:52
Compare
Choose a tag to compare

Added

  • Add some tiny changes

1.3.2

06 Sep 01:49
Compare
Choose a tag to compare

Added

  • Add some actions support
  • Add some add[Name] and add[Name]Arr for some properties
  • Add support for Mac
  • Add support for themes

Changed

  • Changed the way of js call oc functions, by using iframe
  • Changed the type of data in PYMarkPoint from NSArray into NSMutableArray
  • Changed the name of constant in PYAxisPointer
  • Changed type of options in PYOption into NSMutableArray

Modify

  • Rewrite some demo use new features
  • Rewrite action by using iframe

1.3.1

29 Aug 20:45
Compare
Choose a tag to compare

Added

  • Add demos for Tree
  • Add demo for EventRiver
  • Add initializer for all types
  • Add some properties for some object
  • Add support for the chainable way

Fixed

  • Restructure the codes by using @class

1.2.3

26 Aug 02:32
Compare
Choose a tag to compare

Add

  • Add demos for Gauge
  • Add demos for Funnel
  • Add demos for Chord
  • Add support for Travis
  • Add default for all subclasses of PYSeries
  • Add all support types for PYSeries
  • Add new subclass of PYSeries for Chord named 'PYChordSeries'
  • Add all sort const values

Changed

  • Change type PYFunnelSeriesSort into PYSort

Fixed

  • Fixed some property type

1.2.2

16 Aug 17:54
Compare
Choose a tag to compare

Fixed

  • Fix bug if the project contain Chinese character

Enhancements

  • Add support for WordCloud
  • Add support for Venn
  • Add support for Treemap
  • Add obtain image method
  • Add method for creation of PYColor
  • Add PYEchartsViewDelegate