Search the Community
Showing results for tags 'theme'.
Found 3 results
-
I have created a custom theme by referring below link https://www.fusioncharts.com/dev/themes/create-your-own-themes for example I have theme file like this: mysampletheme.js //The `FusionCharts.register()` API is used to register the new theme in the FusionCharts core. FusionCharts.re...
-
FusionCharts.ready(function () { var myChart = new FusionCharts({ type: "angulargauge", renderAt: "refgauge", width: "100%", height: "350", dataFormat...
- 5 replies
-
- theme
- javascript
-
(and 2 more)
Tagged with:
-
I would like to be able to create a theme so that on a combination chart (ie scrollcombidy2d) different renderAs options get different settings from the theme. A simple example would be: Lines: rotateValues:0 Columns: rotateValues:1 I have tried adding the following to the theme, but it do...
- 1 reply
-
- theme
- combination charts
-
(and 1 more)
Tagged with: