vojtamolda / Plotly.swift

Interactive data visualization library for Swift
https://vojtamolda.github.io/Plotly.swift/
MIT License
82 stars 8 forks source link

Does this SDK support these graphs? #19

Closed chennaranganath965 closed 2 years ago

chennaranganath965 commented 3 years ago

 I need to implement all these graphs in my Application.

Column Chart Line Chart Combined Chart Bubble Map,  Point Map,  Choropleth Map

is this SDK supports all the graphs which i've mentioned ?

Thanks in Advance..!

vojtamolda commented 3 years ago

Hello @chennaranganath965,

Yes. You can create all these charts using Plotly. Here's link to the documentation: https://vojtamolda.github.io/Plotly.swift/. It's easy to get overwhelmed by the number of attributes each plot has but there's a nice trick - if you want to find simple examples check out the unit test directory. It mimics the JavaScript version so you can check how the plot looks like by following the links there.

Also, I'm assuming that by the Combined you mean Column + Line Chart in one axis system.

Cheers,

Vojta

vojtamolda commented 3 years ago

By the way, what kind of a project do you plan to do?