Created
June 30, 2017 14:13
-
-
Save So-Cool/8c511b05e9800320d6ab6c502bf57a89 to your computer and use it in GitHub Desktop.
HighCharts in Jupyter
This does not work - not sure why! this use to work once
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I created a version that would work for multiple time series for the StockChart. It needs to be cleaned and rethought, but it is working for the plots that I needed.
It can be called in various ways. One way is to pass a list of dictiionaries with all the data, in the same format that is expected by highcharts seriesOptions.
You can specify the individual time per each of the time series as well. E.g:
Or you can give all the parameters separated, with common time values for all the series or different ones. E.g:
As I said, the code should be cleaned. I hope it is useful.
Regards,