Please take a look at this sample project for integrating CanvasJS with React. You can also checkout our React Gallery for more examples.
If you are still facing the issue, kindly share a sample project reproducing the issue over google-drive or one-drive so that we can look into the code, understand the scenario better and help you out.
—–
Manoj Mohan
Team CanvasJS
You can remove vertical and horizontal axis lines by setting lineThickness, gridThickness and tickLength to 0 for axisX and axisY as shown in the below code snippet.
axisX:{
lineThickness: 0,
tickThickness: 0
},
axisY:{
lineThickness: 0,
gridThickness: 0,
tickLength: 0
}
To make chart background as transparent, you can set backgroundColor property to transparent. Please take a look this JSFiddle for an example on chart with transparent background and without horizontal and vertical axis lines.
—-
Manoj Mohan
Team CanvasJS
The size of the library is just a few KB and should not take more time to load. If possible can you try creating a simple project using the commercial version on a different system.
—-
Manoj Mohan
Team CanvasJS
Stacked Bar Charts are plotted when multiple Bar Charts with aligned x values are plotted on same axis. Adding x-values to the dataPoints should work fine in your case.
—-
Manoj Mohan
Team CanvasJS
Please take a look at this gallery page for displaying multi-series line charts in PHP. For more examples on the integration of CanvasJS with PHP, please checkout our PHP gallery page.
—-
Manoj Mohan
Team CanvasJS
Stacked Bar Charts are plotted when multiple Bar Charts with aligned x values are plotted on same axis. Adding x-values to the dataPoints should work fine in your case.
—-
Manoj Mohan
Team CanvasJS
The interval and range of axis are calculated based on the height and width of the chart. You can use get method to fetch the interval, maximum and minimum value of the axisY from the first chart and set the same value for the second chart using set method as shown in this JSFiddle.
—-
Manoj Mohan
Team CanvasJS
You can set the culture property of the chart to achieve your requirement. Please refer to this documentation page for more information and live example for the same.
—-
Manoj Mohan
Team CanvasJS
Sudha,
Glad that you figured it out :)
—-
Manoj Mohan
Team CanvasJS
You can use interval and intervalType property of axisX to set interval as per your requirement.
If this doesn’t fulfill your requirement, kindly share sample project / pictorial representation and brief us more about your requirement so that we can understand your scenario better and help you out.
—-
Manoj Mohan
Team CanvasJS
Can you kindly share a sample project/pictorial representation and brief us more about your requirements so that we can understand your scenario better and help you out?
—-
Manoj Mohan
Team CanvasJS
Please take a look at this sample project for integrating CanvasJS with VueJS.
If you are still facing the issue, kindly share a sample project along with the sample data reproducing the issue so that we can understand your scenario better and help you to resolve it.
—-
Manoj Mohan
Team CanvasJS
Setting labelAutoFit to false of axisX should work fine in your scenario. Please take a look at this updated JSFiddle.
—–
Manoj Mohan
Team CanvasJS
Do you see any problem doing this?
You can easily replace your existing chart with CanvasJS without any problem. Please take a look at this example which shows rendering chart in PHP using data from XML.
Can you help me or will I have to hire a developer (or do it myself)
Sorry, we don’t develop applications. However, you can check out our documentation and gallery page on PHP which will help you to easily migrate to CanvasJS charts.
—-
Manoj Mohan
Team CanvasJS