Home Forums Chart Support How to add average data in my vue line graph Reply To: How to add average data in my vue line graph

#43980

@uncleboss12,

You can parse your data to the format accepted by CanvasJS and create 2 different datapoint arrays for the rangeArea and line dataSeries respectively.

Please check this JSFiddle for a working example.

Range area chart with average line


Thangaraj Raman
Team CanvasJS