Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I have a chartview in QML which needs to be panned like a cylinder. For example, if my x axis is having a range from -180 to 180, and I pan by 10 degrees, my x axis becomes : 170....180, -180....170 How can I achieve this?