You must be logged in to post your query.
Home › Forums › Chart Support › How to make y-axis centered rather staying in the left
Please check the sample image below
sample image
@yueming,
As of now it is not possible to position axisY at the center of the chart. However, you can workaround this by positioning axisY of another chart (without any dataPoint) in the background of current chart. Please check this jsfiddle. ___ Suyash Singh Team CanvasJS
I tried the jsfiddle, it works. Thanks very much for your prompt response. But how can it support zooming in this case? The axisY chart is not zoomed with the main chart.
You can use rangeChanged event of chart1 to programmatically zoom axis of chart2. Please check this updated jsfiddle.
You can also refer tutorial on Sync Zooming and Panning across Multiple Charts.
— Vishwas R Team CanvasJS
Thanks. I have one more question, is it possible to export chart1 and chart2 to one png file?
Unnecessary to export chart1 and chart2 to one png file. I did it by screen capturing.
Glad that you found a way to handle it.
___ Suyash Singh Team CanvasJS
You must be logged in to reply to this topic. Login/Register