You can use markerSize option to set the size of specific markers as shown in this JSFiddle.
___________
Indranil Deo
Team CanvasJS
We don’t see any dataPoints in the given JSFiddle. Adding dataPoints should work fine in your case. Please take a look at this updated JSFidddle.
In case if this doesn’t fulfill your requirement kindly create a JSFiddle reproducing the issue you are facing along with sample data and share it with us so that we can look into the chart options being used, understand the scenario better and help you resolve.
___________
Indranil Deo
Team CanvasJS
Can you kindly create a sample project reproducing the issue you are facing and share it with us over Google-Drive or Onedrive along with the sample data so that we can run it locally to understand your scenario better and help you out?
___________
Indranil Deo
Team CanvasJS
It seems like access to the above sample image is restricted.
Can you kindly create a JSFiddle reproducing the issue and share it with us so that we can look into the code, 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 JSFiddle helps us in figuring out the issue and many a time we can just edit your code to fix the issue right away.
___________
Indranil Deo
Team CanvasJS
Parsing the y-value to float using parseFloat() and rendering the chart inside getData() should work fine in your case. Please take a look at this updated sample project.
___________
Indranil Deo
Team CanvasJS
After looking into your code, it seems you have parsed dataPoints into a variable called dataPoints
. But you are assigning a different variable within chart option/data.
Passing the variable dataPoints
within chart options/data should work fine in your case.
If you are still facing the issue kindly create a sample project reproducing the issue and share it with us along with the sample CSV over Google-Drive or Onedrive so that we can run your code locally, understand your scenario better and help you out.
___________
Indranil Deo
Team CanvasJS
CanvasJS can easily render hundreds of thousands of Data Points in a few milliseconds. Can you please create a JSFiddle with your use-case and share it with us along with your sample data so that we can look into the code, understand the scenario better, and help you out?
___________
Indranil Deo
Team CanvasJS
Can you 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.
___________
Indranil Deo
Team CanvasJS