Home Forums Report Bugs Line Graph Point Connection Bug Reply To: Line Graph Point Connection Bug

#14407

Thanks @Suyash singh,
My chart have the correct format chart but now my chart is static doesn’t accept new data, I´m using the same code so this function should works, I fixed that deleting the next code: ` dataLength = result.length;sortDataPoints(data, ‘x’);value = value + deltaX; value2 = value2 + deltaY;valor = CanvasJS.formatDate(new Date(value), “YYYY-MM-DD hh:mm:ss:fff”) + ” HR :”+ value2 + ” 25mm/s 10mm/mv”;chart.options.data[0].legendText = valor;
But how you suppose it’s necessary to show the legend text with the values coming, If you know how I can do this works again I will be very grateful.