Glad that you figured out to get access to the chart with the help of ref :) Please take a look at React Gallery for more examples on using React Chart Component.
—
Vishwas R
Team CanvasJS
Our sales team is looking into it and get in touch with you soon. For any sales/license related queries, please contact sales@canvasjs.com.
—
Vishwas R
Team CanvasJS
There is no such restrictions on rendering of number of charts in a page, please take a look at this tutorial on rendering multiple charts in a page for more info. Can you kindly share the sample code in JSFiddle reproducing the issue you are facing so that we can look into it and help you out?
—
Vishwas R
Team CanvasJS
CanvasJS supports multi-series area charts. Please take a look at these gallery examples on Multi Series Area Chart and Multi Series Spline Area Chart. If these examples doesn’t help you create chart according to your requirements, kindly share JSFiddle or pictorial representation of your requirements so that we can understand it better and guide you accordingly.
—
Vishwas R
Team CanvasJS
Handling the ratio of the chart’s height and firing event at proper pixel co-ordinate should work fine in this case. Please take a look at this updated JSFiddle.
—
Vishwas R
Team CanvasJS
I need the same hover effect on Canvas js bar graph.
https://jsfiddle.net/alidingling/30763kr7/
You can achieve this either using stripLines as shown in this JSFiddle or crosshair as shown in this JSFiddle.
-> initially bars will be hidden
-> on hover bars, it will display the hovered bar only.
Please take a look at this JSFiddle.
—
Vishwas R
Team CanvasJS
@prem123,
Are you looking for something like this.
Also take a look at gallery example on draggable column chart.
—
Vishwas R
Team CanvasJS
Please take a look at this sample. You can download PHP samples from our download page, which you can try running on local machine.
—
Vishwas R
Team CanvasJS
Glad that you figured it out and made it work according to your requirement :)
yValueFormatString formats the values to be displayed in indexLabel and toolTip.
—
Vishwas R
Team CanvasJS
Instead of setting chart-height within chart-options, you can set the height of chart-container as per your requirements and render chart on slid.bs.carousel event. Please take a look at this updated JSFiddle.
—
Vishwas R
Team CanvasJS