CanvasJS charts come with predefined styles. You can customize the look and feel of the chart with the help of the properties of the chart. Please refer to our documentation for the list of customization options available.
—
Shashi Ranjan
Team CanvasJS
Please refer this page for more information on color codes supported by CanvasJS. Changing mColorDigit=[green,red,blue,green,red]
to mColorDigit=['green','red','blue','green','red']
should work fine in your case.
If you are still facing the issue, kindly create a JSFiddle reproducing the issue you are facing and share it with us so that we can look into the code, understand the scenario better and help you out?
From what we have observed, sometimes things get delayed mostly when we are not able to reproduce the issue or not able to understand the exact requirements or the solution that we provide may not work properly due to the variation in chart-options being used by you and us.
Having a JSFiddle helps us in figuring out the issue and many a time we can just edit your code on JSFiddle to fix the issue right away.
—
Shashi Ranjan
Team CanvasJS
Can you kindly create a sample project reproducing the issue and share it over Google-Drive or Onedrive along with sample data so that we can look into the code, run it locally to understand the scenario better and help you resolve?
From what we have observed, sometimes things get delayed mostly when we are not able to reproduce the issue or not able to understand the exact requirements or the solution that we provide may not work properly due to the variation in chart-options being used by you and us.
Having a sample project helps us in figuring out the issue and suggesting an appropriate solution accordingly.
—
Shashi Ranjan
Team CanvasJS
Can you kindly create a sample project reproducing the issue and share it over Google-Drive or Onedrive along with sample data so that we can look into the code, run it locally to understand the scenario better and help you resolve?
From what we have observed, sometimes things get delayed mostly when we are not able to reproduce the issue or not able to understand the exact requirements or the solution that we provide may not work properly due to the variation in chart-options being used by you and us.
Having a sample project helps us in figuring out the issue and suggesting an appropriate solution accordingly.
—
Shashi Ranjan
Team CanvasJS
Column chart accepts only one y-value for a dataPoint. Hence, passing just one y-value to dataPoints should work fine in your case. Please take a look at this updated sample project for the same.
—
Shashi Ranjan
Team CanvasJS
Please refer to this resource for accessing the data from database in Angular. Once you get the data, parsing it in CanvasJS acceptable format before passing it to chart options should work fine in your case.
—
Shashi Ranjan
Team CanvasJS
Kindly refer to this gallery example for creating a dynamic chart with date and time axis.
—
Shashi Ranjan
Team CanvasJS
Yes, it is possible to combine Range-Column Chart with Scatter Chart and it seems to be working fine at our end. Kindly check this JSFiddle for the same.
If you are still facing the issue, kindly create JSFiddle with sample data and share it with us so that we can look into the code, understand the scenario better and help you out.
—
Shashi Ranjan
Team CanvasJS
Can you kindly create a sample project reproducing the issue and share it over Google-Drive or Onedrive along with sample database so that we can look into the code, run it locally to understand the scenario better and help you resolve?
From what we have observed, sometimes things get delayed mostly when we are not able to reproduce the issue or not able to understand the exact requirements or the solution that we provide may not work properly due to the variation in chart-options being used by you and us.
Having a sample project helps us in figuring out the issue and suggesting an appropriate solution accordingly.
—
Shashi Ranjan
Team CanvasJS
Please take a look at this documentation page for a step-to-step tutorial on rendering multiple charts on a page.
If you are still facing the issue, kindly create JSFiddle with sample data and share it with us so that we can look into the code, understand the scenario better and help you out.
—
Shashi Ranjan
Team CanvasJS
Unfortunately, I couldn’t find any code or reference related to CanvasJS in the link that you have shared.
It would be helpful if you could brief us further about your requirements and share a JSFiddle or a pictorial representation depicting your requirements/issue you are facing so that we can understand it better to help you out.
—
Shashi Ranjan
Team CanvasJS
Can you kindly share a pictorial representation or brief us further about your requirement so that we can understand your scenario better and help you out?
—
Shashi Ranjan
Team CanvasJS
The non-commercial version of CanvasJS comes with a “Non-Commercial Version” watermark and “CanvasJS” credit link, which sometimes overlap with legends positioned at the bottom-left and/or bottom-right of the chart. To avoid this you can position the legend to the top of the chart using verticalAlign property.
—
Shashi Ranjan
Team CanvasJS