Home Forums Chart Support How to call update my spline chart by week/month filter Reply To: How to call update my spline chart by week/month filter

#31699

var dpss = []; var xValues1; var yValues2; var chart = new CanvasJS.Chart(“chartContainer3”, { theme: “light2”, // “light1”, “dark1”, “dark2″ animationEnabled: true, title: { text:”Number of receipts stored” }, axisY: { title: “Total Number of Receipts” }, axisX: { title: “Receipt Count By Month” }, data: [{ yValueFormatString: “Receipts-#,###”, type: “spline”, dataPoints:dpss }] }); chart.render();

This type of response is showing at place of chart