Thanks for providing the details. We are looking into this and will get back to you at the earliest.
—-
Bivek Singh
enrico,
We couldn’t reproduce the issue while running from local server. Can you please send us a sample project in which the issue exists and the steps to reproduce it?
—-
Bivek Singh
We are currently working on supporting HTTPS and it will be available within a couple of weeks.
Thanks for your suggestion regarding hosting our library through CDNJS. We’ll consider it. Also, the content from our website gets served via CDN itself, so you can link it directly from our website.
—-
Bivek Singh
You can place indexLabel inside bar by setting indexLabelPlacement to “inside”. You can also set orientation for indexLabels using indexLabelOrientation.
—-
Bivek Singh
JavaScript object is used as an option for chart. There is a difference between JSON and javaScript object literal. To know about the differences, you can check out these stackoverflow threads:
[1]. https://stackoverflow.com/questions/3975859/what-are-the-differences-between-json-and-javascript-object
[2]. https://stackoverflow.com/questions/2904131/what-is-the-difference-between-json-and-object-literal-notation
[3]. https://stackoverflow.com/questions/8294088/javascript-object-vs-json
—-
Bivek Singh
No, defining function as the value for any key is not valid JSON. For further details, you can refer these links:
[1]. https://stackoverflow.com/questions/2001449/is-it-valid-to-define-functions-in-json-results
[2]. http://www.json.org/
You can use labelFormatter in order to modify labels of axisY. Please, take a look at this jsFiddle.
—-
Bivek Singh
Providing two different values for interlacedColor is not available as of now. You can create a stripLine starting from viewPortMinimum to viewPortMaximum which would act as second value for interlacedColor. Please, take a look at this jsFiddle.
We have backgroundColor that covers whole canvas. But if you need background color just to cover the plotArea, you can use striplines as a work-around for now.
Background color for plotArea is in our roadMap, but we don’t have any timeline for it yet. Thank you, for suggesting it though. I’ll forward it to my other team members.
—-
Bivek Singh
Hi Chris,
Thanks for choosing CanvasJS. You would have received an email from our Sales Team and they would assist you with the same.
For all related queries in the future, please contact sales[at]canvasjs[dot]com
—-
Bivek Singh
We do have date and time axis. To eliminate a space between columns, you can use dataPointWidth.
Please take a look at this jsFiddle.
—-
Bivek Singh