javascript - Highcharts (Highstock) how to catch errors? -
is there way catch errors thrown highcharts? invalid negative value
error quite common in case whenever app switches different dataset on server.
i'm looking forward like:
try { // code may or may not work } catch (err) { // print out error or come workaround }
thanks guys!
Comments
Post a Comment