Skip to content

Instantly share code, notes, and snippets.

@yakuzaaaa
Last active May 14, 2019 08:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yakuzaaaa/aec384379560f6b67fa5886d7fdf76d1 to your computer and use it in GitHub Desktop.
Save yakuzaaaa/aec384379560f6b67fa5886d7fdf76d1 to your computer and use it in GitHub Desktop.
Chart specific theme styles for fusionCharts
base: {
chart: {
canvasBgColor: '#ffffff'
}
pie2d: {
chart: {
bgColor: '#FF0000'
}
},
msline: {
chart: {
canvasBgColor: '#FF0000'
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment