SciRuby / daru-view

daru-view is for easy and interactive plotting in web application & IRuby notebook. daru-view is a plugin gem to the existing daru gem.
https://sciruby.github.io/daru-view/
MIT License
95 stars 20 forks source link

Visualize multiple Daru::DataFrames and Daru::Vector in a single HighChart #126

Open Prakriti-nith opened 5 years ago

Prakriti-nith commented 5 years ago

As HighCharts supports multiple series in a single chart, we can add a feature to visualize multiple Daru::DataFrame and Daru::Vector in a single chart (Need to think how a user will provide the data - may be in the series format or some other).

Shekharrajak commented 5 years ago

Thanks for the idea @Prakriti-nith . Are you talking about these kind of cases ?

Above API (add_series) will work only in highcharts not in googlecharts/nyplot. May be there is some extension in highcharts API.