Debugging code about lines and points in highcharts?
问题 i'm thinking how to debug the code, for my scatter 3d chart, about lines and points. This is the code: series: [{ name: 'Reading', colorByPoint: true, data: coloriamo()},{ // this function draws some points data: [[0,750,0],[10,750,0] //this data draw a line ], lineWidth: 1, enableMouseTracking: false, marker: { enabled: false }, color: 'rgba(0,0,0,0.51)' },{ data: [[175,750,5],[180,750,5] //draw line in the half of bottom frame ], lineWidth: 1, enableMouseTracking: false, marker: { enabled: