Sankalp,
It seems to be working fine. Can you kindly check if you have imported database and updated database username, password in service.php accordingly? Also can you kindly check the Browser Console for any errors?
Considering this as duplicate of your other post. So am closing this post.
—
Vishwas R
Team CanvasJS
Sankalp,
It seems to be working fine. Can you kindly check if you have imported database and updated database username, password in service.php accordingly? Also can you kindly check the Browser Console for any errors?
Kindly follow the instructions given the forums thread along with updating the database username & password in service.php.
—
Vishwas R
Team CanvasJS
Please take a look at this sample project for rendering CanvasJS Chart in ASP.NET Webforms. Refer ReadMe.txt file present in the sample project for setup related information.
—
Vishwas R
Team CanvasJS
Please take a look at this Gallery Page for an example on rendering dynamic multi-series line chart.
You can remove the extra dataPoints once the length of dataPoints reaches a threshold value with the help of shift method. Please refer to this documentation page for steep-to-step tutorial on Creating Dynamics Charts.
—
Vishwas R
Team CanvasJS
You can change the lineColor and color of selected region. Please take a look at this jsfiddle.
—
Vishwas R
Team CanvasJS
For security reasons, browsers restrict cross-origin requests. Please refer stackOverflow for more information.
Adding csv file to your project and loading it should work fine. Please download JSP Samples from our download page and checkout “Chart from CSV” example in the project.
If the issue still persist, kindly create a sample project and share it over Google-Drive or Onedrive so that we can look into the code, understand your scenario better and help you out.
—
Vishwas R
Team CanvasJS
indexLabels/labels in Pie Chart are skipped whenever they get closer to other indexLabels – this behavior is by design. You can workaround this issue by either rotating the Pie Chart as shown in this JSFiddle or by showing indexLabel outside the Pie Chart as shown in this JSFiddle – indexLabel’s are placed better when they are outside.
It would be useful if you can create a JSFiddle demonstrating the issue with minimal code, so that we can look into your code, understand the scenario better and guide you accordingly.
—
Vishwas R
Team CanvasJS
Vineet,
Thanks for your valuable feedback. We will reconsider this behaviour for future releases, as we are working on some other features at this point of time.
Meanwhile, please take a look at this JSFiddle with zoom-back button that facilitates you to zoom-out step-by-step after zooming into certain region.
—
Vishwas R
Team CanvasJS
Pavlo,
The behaviour is due to the valueFormatString that you are using. For negative values, the dashes in axis labels are nothing but ‘-‘ (minus). To hide labels, I would suggest you to use labelFormatter as valueFormatString just defines how the value should be formatted before showing in label. Please take a look at this JSFiddle.
—
Vishwas R
Team CanvasJS
Michael,
Sorry to inform you that its not possible to avoid using contentFormatter in this scenario. yValueFormatString is a property of dataSeries that accepts string whereas labelFormatter and contentFormatter are methods of axis and toolTip respectively.
However you can reduce the number of lines of code using ternary operator. Please take a look at this updated JSFiddle.
—
Vishwas R
Team CanvasJS
Deepa,
You can achieve this by changing axis minimum and maximum according to the button being clicked. Please take a look at this jsfiddle.
—
Vishwas R
Team CanvasJS
Aarti,
You can achieve this by syncing axisX of range-bar chart with axisY of area chart and axisY of range-bar with axisX of area chart. Please take a look at this jsfiddle.
—
Vishwas R
Team CanvasJS
Stripline is a property of axis which you can’t add through dataSeries.
Can you kindly create jsfiddle with sample data and brief your use-case so that we can understand it better and help you with a workaround?
—
Vishwas R
Team CanvasJS