From 75acfdd0d7e3867a3ee85fb9df70e2e42f878dce Mon Sep 17 00:00:00 2001 From: karlacio Date: Wed, 24 Feb 2021 09:33:00 +0100 Subject: [PATCH] Update Example1-basic-line.py data_url no more valid --- examples/highstock/Example1-basic-line.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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