Kunwar,
You can position title inside the empty space in doughnut chart by setting verticalAlign: ‘center’. Please check this jsfiddle for an example.
Sorry, placing image in indexLabel and legends are not supported as of now.
—
Vishwas R
Team CanvasJS
There is no Download Manager in webview that you have created, so you need to handle the download functionality manually. There are 2 ways to download a file from webview.
1.Using Android Download Manager
2.Using web browser opened from webview (which internally uses Android Download Manager)
Refer this thread for more info.
—
Vishwas R
Team CanvasJS
Thanks for the information. We will look into this and get back to you at the earliest.
—
Vishwas R
Team CanvasJS
We have just released v1.9.5.1 with this bug fix. Please refer to the release blog for more information.
Please download the latest version and let us know your feedback.
—
Vishwas R
Team CanvasJS
Christian,
We have just released v1.9.5.1 with this bug fix. Please refer to the release blog for more information.
Please download the latest version and let us know your feedback.
—
Vishwas R
Team CanvasJS
We have just released v1.9.5.1 with this bug fix. Please refer to the release blog for more information.
Please download the latest version and let us know your feedback.
—
Vishwas R
Team CanvasJS
We don’t have date-time support for axisY, as of now. But with the help of labelFormatter and dynamic data you can achieve your requirement. Please check this JSFiddle.
It’s not a bug. Conceptually, a Stacked Chart is supposed to Stack Data Points from multiple Series and if any/all series don’t have Data Points at a certain point, it is not possible to stack them. i.e. When null values are used, it is not possible to stack them and the results are unpredictable. So its recommended to use zero instead of null.
Are you looking to move/slide legends (On Phone, Off Phone, Break in the image you have attached) or the entire dataSeries within the chart?
We are unable to reproduce the issue in major browsers like Chrome, Opera, Firefox. Can you kindly provide us the information like android version, browser and its version so that we can look into it and help you out.
—
Vishwas R
Team CanvasJS