IOS Echarts Versions Save

1.4.4

7 years ago

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

7 years ago

Fixed

  • Fix the error name
  • Fix not import for PYPolar

Update

  • Update one demo for Radar

1.4.2

7 years ago

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

7 years ago

Added

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

1.3.4

7 years ago

Add some tiny changes

1.3.3

7 years ago

Added

  • Add some tiny changes

1.3.2

7 years ago

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

7 years ago

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

7 years ago

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

7 years ago

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