diff --git a/examples/highstock/Example1-basic-line.py b/examples/highstock/Example1-basic-line.py index e980c3e..7623e89 100644 --- a/examples/highstock/Example1-basic-line.py +++ b/examples/highstock/Example1-basic-line.py @@ -34,7 +34,7 @@ from highcharts.highstock.highstock_helper import jsonp_loader H = Highstock() -data_url = 'http://www.highcharts.com/samples/data/jsonp.php?filename=aapl-c.json&callback=?' +data_url = 'https://demo-live-data.highcharts.com/aapl-ohlcv.json' H.add_data_from_jsonp(data_url, 'json_data', 'line', 'AAPL', tooltip = { 'valueDecimals': 2 } @@ -51,4 +51,4 @@ } H.set_dict_options(options) -H.htmlcontent \ No newline at end of file +H.htmlcontent