Thanks for reporting. We are looking into the issue. We will get back to you at the earliest.
—
Vishwas R
Sorry it’s not possible to position indexlabel to the far left/right, as of now. indexLabel can be placed either inside/outside by using indexLabelPlacement property.
—
Vishwas R
Team CanvasJS
You can not request CSV files from another domain unless they support CORS. For security reasons, browsers restrict cross-origin requests. Please refer stackoverflow for more information on the same.
—
Vishwas R
Team CanvasJS
We have released v1.9.6 Beta with Methods & Properties, which allows you to programmatically export chart as image, print chart, access internally calculated values, etc. Please refer to the release blog for more information.
With the help of get and set methods you can fetch the interval, minimum and maximum of one y-axis and assign it to the other one. Please check this jsfiddle.
We have 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.
Please check this jsfiddle for an example for positioning image over dataPoint.
—
Vishwas R
Team CanvasJS
Aggaton,
We have released v1.9.6 Beta with Methods & Properties, which allows you to programmatically export chart as image, print chart, access internally calculated values, etc. Please refer to the release blog for more information.
Please check this jsFiddle.
—
Vishwas R
Team CanvasJS
We have released v1.9.6 Beta with Methods & Properties, which allows you to programmatically export chart as image, print chart, access internally calculated values, etc. Please refer to the release blog for more information.
—
Vishwas R
Team CanvasJS
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