Sign in to follow this  
GotH

J-Links On Javascript Charts Not Working When The Function Is Inside An Object

Recommended Posts

Hello, just to let you know, when i was making a javascript version of a StackedColumn3DLineDY chart and a MSColumn3DLineDY i noticed the links in the value tags of my json object didn't worked (i create the charts using JSON), but in the Flash rendered version they worked ok.

 

So after a few try/error tests, i noticed the next:

 

If my j-link looks like this:

 

link="j-myFunction-myparams"

 

It works okay!!

 

BUT

 

if i do:

 

link="j-myReportingObject.myFunction-params"

 

It totally fails on the highcharts version... still the Flash version works fine with this style.

 

Thanks and i hope this helps someone else having this issue.

 

Adrian.

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