XJYChart

Not only good-looking, but also easy to use

XJYChart https://github.com/JunyiXie/XJYChart

The representative work of the chart implemented by iOS OC is PNChart, but since it was a project four years ago, the UI is a little old and no longer eye-catching. With the iteration of iOS version, there are some bugs, and many functions are not well supported, such as chart scrolling, region filling support and emMM.. I tried to fix some bugs for PNChart, and found that it was my own code that I modified easily. So I wrote a framework like this.

Writing this took me a lot of time to maintain the code and think about how to make beautiful charts. I also hope that someone can really use this framework. If you like, please click the Star, AND I will actively maintain XJY Chart.

XJYChart – A High-performance, Elegant, Easy-to-integrate Charting Framework. The Best iOS Objc Charts.

  • [x] chart more beautiful
  • [x] support chart scroll
  • [x] support chart area fill
  • [x] support chart animation
  • [x] support chart touch
  • [x] support chart highlight

Installation

CocoaPods

XJYChart is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "XJYChart"
Copy the code

Then, run the following command:

$ pod install
Copy the code

How to Use

Qucikly Use

Eg:

  • AreaLineExample

  • BarChartExample

  • CycleChartExample

  • LineChartExample

  • PieChartExample

  • PositiveNegativeBarChartExample

  • StackAreaLineChartExample

https://github.com/JunyiXie/XJYChart