Suryanand,
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
Using exportChart() method you can achieve this.
—
Vishwas R
Team CanvasJS
Kunwar,
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.
Check this jsfiddle for an example on positioning image on top of marker.
[update]
We have just released v1.9.6 Beta with Methods & Properties. Please refer to the release blog for more information.
Please check this jsfiddle.
You can use dataPointWidth. We will be exposing internal properties and methods in next version using which you can solve this easily.
—
Vishwas R
Team CanvasJS
Can you kindly create jsfiddle with the issue so that we can look into it and help you out?
—
Vishwas R
Team CanvasJS
[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.