pablojim / highcharts-ng

AngularJS directive for Highcharts
MIT License
1.73k stars 463 forks source link

Multi Axis example doesnt work with latest highcharts and highcharts-ng #639

Open durga-telsiz opened 6 years ago

durga-telsiz commented 6 years ago

http://jsfiddle.net/gh/get/jquery/3.1.1/pablojim/highcharts-ng/tree/master/jsfiddles/multi_axis/

This example used to work with older versions.

eran10 commented 6 years ago

+1

Meytaln6 commented 6 years ago

Happens for me as well... is there a fix planned?

nitsan commented 6 years ago

+1

ybrodsky commented 6 years ago

Damn it, the only damn thing I needed.

ybrodsky commented 6 years ago

Guys, this is easily fixed by adding an id to each axis. So all the items into yAxis array and xAxis array need to have a property id with an unique id

pablojim commented 6 years ago

Had a quick look and I think a relatively easy fix is possible. In the meantime setting an id on each axis will work

Thanks @ybrodsky