Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change colors of series line chart #116

Closed
zhengniu opened this issue Oct 2, 2020 · 1 comment
Closed

change colors of series line chart #116

zhengniu opened this issue Oct 2, 2020 · 1 comment

Comments

@zhengniu
Copy link

zhengniu commented Oct 2, 2020

Esri/cedar#474
sorry for make it duplicated. please provide your suggestion to above link. Thanks alot

@zhengniu
Copy link
Author

zhengniu commented Oct 3, 2020

Thanks to ESRI folks @tomwayson and Courteny Claessens for their presentations "Charts and Custom Visualizations Beyond the Maps" and "Customizing Hub and Open Data Sites". Courteny showed how to steal code of customization such as JSON chart created by other site. and Tom showed the great example size City of Brampton Geohub. I found the solution is add colors code into overrides like this. it solved my issue. Great thanks to Tom and Courteny
"overrides": {
"colors": [
"#ffffd9",
"#edf8b1",
"#c7e9b4",
"#7fcdbb",
"#41b6c4",
"#1d91c0",
"#225ea8",
"#0c2c84",
]
}

@zhengniu zhengniu closed this as completed Oct 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant