[update]
We have just released v1.9.6 Beta with Methods & Properties, which allows you to programmatically access internally calculated values, export chart as image, print chart, etc. Please refer to the release blog for more information.
Hannah,
dataPointMaxWidth sets the maximum width of dataPoints which means the auto-calculated width of each column can reach upto the specified dataPointMaxWidth and shouldn’t cross that limit. You can use dataPointWidth to set width of column.
—
Vishwas R
Team CanvasJS
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?