https://dropbox.verifone.com/pickup/23s17Ph6j9qVbsRdvrznNVtfTQvW7LXI2yN2ANl0/project%20doc.zip
https://dropbox.verifone.com/pickup/Rm8aGQyIiMt1F53S-f23mmODLju8RRCdPeD1AQZ6/project%20doc.zip
Project sample
Please reply fast i already share all the license price to my company if this problem will solve i will purchase
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
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
Hi this is the link with my chart jsp https://docs.google.com/document/d/1uVWLrvK-6TpVbN7_a7Pu7_3EuCDY8JzUtR5vlF2SgkQ/edit?usp=sharing
Hi i got the response but chart is not displaying i use XMLHttpRequest() for fetch the updated data from controller and the response is coming in responseText but it is not displying in form of chart. please help
could u please asist me over call 7678172946
I want to redraw my chart acording to year/month filter this is my function in https://jsfiddle.net/mkdswcqx/1/