Skip to content

Commit

Permalink
Improve charts colors
Browse files Browse the repository at this point in the history
  • Loading branch information
smdsgn committed Jan 24, 2025
1 parent b764c61 commit 474e8a3
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions highcharts/charts.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,17 @@ def get_param(self) -> Dict[str, Any]:
},
"colors": [
"#6a6af4",
"#53e19f",
"#00e272",
"#fe6a35",
"#8ecac7",
"#eeb088",
"#cab8ee",
"#6b8abc",
"#d568fb",
"#2ee0ca",
"#fa4b42",
"#feb56a",
"#86cdf2",
"#fd8970",
"#c9e7c9",
"#f5d3b5",
"#91e8e1",
"#4e9c79",
"#bce3f9",
],
}
return param
Expand Down

0 comments on commit 474e8a3

Please sign in to comment.