Home Forums Chart Support Xpages Graph Issues Reply To: Xpages Graph Issues

#22461

@ajeetkumar786,

You can render chart once the chart-container is loaded. Incase of XPages, you need to create and render charts on onClientLoad event. Also the dataPoints that you pass to the chart should be in the format accepted by CanvasJS, I would suggest you to accept valid JSON from input field. Please download working code from Google-Drive.
CanvasJS Charts in XPages


Vishwas R
Team CanvasJS