Hi mariosantos,
Thanks for your post. Please send your license related queries to sales@canvasjs.com and the sales team will surely assist you with this.
—-
Bivek Singh,
Team CanvasJS
If you want to assign click event handler on dataPoint level, please check this page.
2. Can I retrieve values from PHP via AJAX/websocket onto various chart values. How do I integrate CanvasJS with AJAX/websocket so that it communicates with my PHP?
Yes, You can receive values via AJAX call and update the chart dynamically. Please, refer this jsFiddle for more details.
3. Can these pie charts be animated and added effects with jQuery UI?
Changing the animation behavior is not possible, as of now.
—-
Bivek Singh,
Team CanvasJS
You should use x
instead of using labels
while pushing into dataSeries. Please, check the updated jsFiddle.
—-
Bivek Singh,
Team CanvasJS
We’ve fixed this issue in the latest build. Please, do download the latest version and let us know your feedback.
—-
Bivek Singh,
Team CanvasJS
Sorry, for the delay. Please check this pen for the sample.
—-
Bivek Singh,
Team CanvasJS
You might have posted it here by mistake. However, you can achieve same using canvasJS. Please take a look at this jsFiddle.
—-
Bivek Singh,
Team CanvasJS
As of now, Copying chart text elements isn’t possible, out of the box. However, you can take a look at this work-around.
—-
Bivek Singh,
Team CanvasJS
Yes, our website is migrated to HTTPS now. Thank you for your support.
—-
Bivek Singh,
Team CanvasJS
Labels take the values from last dataSeries. Please take a look at this jsFiddle.
—-
Bivek Singh,
Team CanvasJS
This is expected as rendering of Bar/Column chart is relatively slower than line charts as it takes more processing.
—-
Bivek Singh