Skip to content

Commit

Permalink
Improve export font size
Browse files Browse the repository at this point in the history
  • Loading branch information
smdsgn committed Dec 19, 2024
1 parent 38893be commit 0288c75
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions highcharts/charts.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ def get_param(self) -> Dict[str, Any]:
}
]
},
"exporting": {
"chartOptions": {
"chart": {"style": {"fontSize": "8px"}},
}
},
"colors": [
"#6a6af4",
"#53e19f",
Expand Down

0 comments on commit 0288c75

Please sign in to comment.