Sign in to follow this  
Guest Rajroop

getChartFromID returning NULL Value

Recommended Posts

I am trying to create a dynamic editable angular and everything works until I get to here when I change the dial.

Any help would be greatly appreciated.

Thanks,

Terry

 

function FC_ChartUpdated(DOMId){

if (DOMId == "chart1") {

//Get the changed value

var chartRef = getChartFromId(DOMId);

dialValue = chartRef.getDataForId(

"CS");

//... Do what your application demands...

}

}

Share this post


Link to post
Share on other sites
Guest Rajroop

Hello,

 

 

 

Could you please specify a bit more on what you mean by: 'change the dial'?

 

 

 

Looking forward to your reply. :)

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this