Last active
May 14, 2019 08:04
-
-
Save yakuzaaaa/aec384379560f6b67fa5886d7fdf76d1 to your computer and use it in GitHub Desktop.
Chart specific theme styles for fusionCharts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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