Skip to content

Commit

Permalink
Update highcharts/charts.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisig authored Dec 16, 2024
1 parent 8f3a90b commit 6f908de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion highcharts/charts.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def get_param(self) -> Dict[str, Any]:
},
"exporting": {
"filename": param.get("title", {}).get("text", "graphique"),
"url": "https://highcharts-export.osc-fr1.scalingo.io",
"url": settings.HIGHCHART_SERVER,
},
"colors": [
"#6a6af4",
Expand Down

0 comments on commit 6f908de

Please sign in to comment.