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

#31747

Now check

And one more question

How we call another spring mvc controller in javascript function
in AnyChartjs they use like
var chartload = new AnyChart();
chartload.setXMLFile(‘./noOfReceipts.htm?year=’+year+’&month=’+month+’&dimension=’+dimen);

How we call controller in canvasjs