arkaprava

Results 2 comments of arkaprava

I found a way to do it. Highlighting current time region over the dynamic time series graph. Hope, it will help others: ` underlayCallback: function (canvas, area, g) { var...

Clean up code: `underlayCallback: function (canvas, area, g) { var nowDate = new Date(); var line = (nowDate).getTime(); var currentTime = moment(nowDate).format('DD/MMM h:mm a'); var x = g.toDomXCoord(line); canvas.beginPath(); canvas.fillStyle...