I’m getting this error on the before render javascript for a chart:
Apparently chartObj.series[1] is undefined. "cannot read property ‘data’ of undefined.
However, you’ll notice I’m logging chartObj in the console. Here’s what I get:
Looks to me like chartObj.series[1].data should be there.
What am I missing?