We checked the behavior and discussed about it internally. It’s designed this way to handle all the chart types including specific chart types like bubble, scatter etc where this behavior is required. Your code seems to work perfectly in column chart but clips in other cases like in bubble chart. In future, we will consider this and improve the behavior based on chart types.
—
Vishwas R
Team CanvasJS
It seems to be working fine. I think you have confused contentFormatter with content. contentFormatter is a function whereas content is an attribute. Please refer this updated jsfiddle for the same.
If you are still facing any issue, kindly create a jsfiddle reproducing the same so that we can look into it and help you out.
The behavior was changed due to aesthetic reasons. But still you can control the width of dataPoint by setting dataPointWidth.
—
Vishwas R
Team CanvasJS
This is the intended behavior. When you set axis maximum/minimum, axis scale won’t be hidden.
—
Vishwas R
Team CanvasJS
Thanks for reporting. We are looking into it and get back to you at the earliest.
—
Vishwas R
Thibault,
By setting axisX.reversed property to true, you can achieve this. Please check this updated jsfiddle.
—
Vishwas R
@aleckcstef, @mikkelbs, @mariomario,
[UPDATE]: We’ve fixed this issue in the latest build. Please, do download the latest version and let us know your feedback.
We tried reproducing the issue at our end. But it seems to be working fine across multiple devices which includes Moto, Samsung, Lenovo, One Plus, HTC, Dell. Can you kindly check the following links and let us know which all events are not working among your devices.
https://canvasjs.com/docs/charts/chart-options/data/mousemove/
https://canvasjs.com/docs/charts/chart-options/data/mouseover/
https://canvasjs.com/docs/charts/chart-options/data/mouseout/
https://canvasjs.com/docs/charts/chart-options/data/click/
And at the same time kindly share following information:
1. Tab model
2. Android version
3. Browser version
—
Vishwas R