You can combine step-line chart with column chart to achieve your requirement. Please refer gallery for more examples on combination charts along with example code. Also take a look at this JSFiddle for combination of step-line and column.
—
Vishwas R
Team CanvasJS
Can you kindly create JSFiddle reproducing the issue you are facing and share it with us so that we can look into the code, run it at our end to understand it better and help you resolve?
From what we have observed, sometimes things get delayed mostly when we are not able to reproduce your use-case or not able to understand the exact requirements. Having a JSFiddle helps us in understanding your case better and many a times we can just edit your code on JSFiddle to fix the issue right-away. I request you to brief more along with JSFiddle with your use-case if you have further queries or facing any issue.
—
Vishwas R
Team CanvasJS
Taking the absolute value within labelFormatter should work fine in this case. Please take a look at this JSFiddle.
If you are still facing 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.
—
Vishwas R
Team CanvasJS
Rajesh Pillai,
Thanks for your interest in CanvasJS. One of our representative from sales-team will get in touch with you soon over email. For any other sales related queries feel free to inbox us at sales[at]canvasjs[dot]com.
—
Vishwas R
Team CanvasJS
Can you kindly share sample project along with sample database over Google-Drive or Onedrive so that we can look into the code, run it locally to understand the scenario better and help you resolve?
—
Vishwas R
Team CanvasJS
You can achieve this with the help of labelFormatter. Please take a look at this gallery page for the live working example.
—
Vishwas R
Team CanvasJS
Can you kindly share sample project along with sample data over Google-Drive or Onedrive so that we can look into the code, run it locally to understand the scenario better and help you resolve?
—
Vishwas R
Team CanvasJS
Chart animates only on the first render, as of now. Due to which, animating on switching between dataSeries is not available yet.
—
Vishwas R
Team CanvasJS
CanvasJS supports color-names, hex code and RGB for colors. Please take a look at this documentation for more information and live examples on the same.
—
Vishwas R
Team CanvasJS
The example that has been shared has same range over axisX and axisY. In your case, the range of both the axes are different due to which the labels of axes / scale doesn’t match.
—
Vishwas R
Team CanvasJS