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.