|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 4/12/2008 6:25:01 AM
Posts: 8,
Visits: 19
|
|
| Hi Team, I am facing problem while trying to get Altered value from Gauge in runtime, i am using following code and i am getting undefined for "dialValue" . function FC_ChartUpdated(DOMId) { if (DOMId=="ChId1") { var chartRef = getChartFromId(DOMId); var dialValue = chartRef.getData(0); alert(dialValue); getNewContent(Math.floor(dialValue)); } }
Thanks & regards,
Darshan K
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: 7/29/2008 12:15:49 PM
Posts: 2,001,
Visits: 474
|
|
Hi,
Can you please send us the entire page at support [at] fusioncharts.com?
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|