Search the Community
Showing results for tags 'PowerCharts'.
Found 2 results
-
paletteColors of Chart Object do not work dynamically
Nivedita posted a topic in Using PowerCharts XT
I am trying to set the paletteColors property dynamically on Radar chart. <div id ="chart-container" style="clear:both;">FusionCharts should load here..</div> var char = {}; var jSonObj = {}; $(document).ready(function() { chart.paletteColors = "#008ee4,#6baa01"; jsonObj.chart = chart; myChart.setChartData(jsonObj, "json"); } FusionCharts.ready(function (FusionCharts) { myChart = new FusionCharts ({ type: 'radar', renderAt: 'chart-container', width: '650', height: '450', } ); myChart.render('chart-container'); }); }); It's not working. Need a help here. Thanks.- 2 replies
-
- PowerCharts
- RadarChart
-
(and 1 more)
Tagged with:
-
Hi,, I am using Powercharts V3.3.1 I need on help of few things below. 1. Align the cell content to left in Heat map chart (Imporant) 2. Need to place the x-axis labels on the top of the chart 3. Need to place the legends on the top of the chart. Need to check is ter any property to set for these functionalities, or I need to modify anyting Thanks in advance Regards Krishna Kumar S
- 3 replies
-
- powercharts
- label
-
(and 3 more)
Tagged with: