kyper-data / python-highcharts

A simple translation layer between Python and Javascript for Highcharts projects (highcharts, highmaps, and highstocks).
MIT License
393 stars 190 forks source link

Fix getting data from JSONP data sources. #71

Closed fx-kirin closed 12 months ago

fx-kirin commented 5 years ago

The add_data_from_jsonp method seemed not to work properly. So I made it fixed and remove jsonp_data attribute of Highstock.

And applied pep8 format for several code.

I'm not sure this is ideal way to implement add_data_from_jsonp, so please give me the feedback.