You can set indexLabelPlacement: “inside” to show indexLabels within column.
—
Vishwas R
Date-Time support for Y-axis is not available as of now. But as you said, with the help of time-stamp and labelFormatter, you can achieve date-time over y-axis. Please check this jsfiddle.
Another way to achieve this is by rotating the chart-container div with chart axisX as date-time and setting axisYType to secondary. Please refer this jsfiddle.
—
Vishwas R
axisY.maximum seems to be working fine. Please check for typo. If you still find the issue, kindly create jsfiddle so that we can look into the issue and help you out.
—
Vishwas R
We have just released v1.9.6 GA, 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
This bug has been fixed and we will be releasing it in couple of days.
—
Vishwas R
You can develop desktop application with embedded browser control that runs your HTML and JS. With this way, you can use CanvasJS within desktop application. Please refer the following links for more information.
http://stackoverflow.com/questions/12232784/how-to-develop-desktop-apps-using-html-css-javascript
http://stackoverflow.com/questions/35677614/html-js-and-css-desktop-applications
https://www.quora.com/How-can-I-develop-applications-in-HTML-CSS-JS-for-desktop-applications
—
Vishwas R
Bryan,
We checked the issue and observed that this work-around doesn’t work along with animationEnabled. Either you can disable animation or after animation completes, you can call chart.render() again as animation doesn’t happen after first chart-render and position image. Please check this jsfiddle.
—
Vishwas R
Bryan,
Changing document.getElementsByClassName("canvasjs-chart-canvas")[1]
to document.getElementsByClassName("canvasjs-chart-canvas")[0]
will work fine.
—
Vishwas R
David,
Thanks for your query. We are unable to observe any decrease in performance. We will further look into it. Meanwhile can you kindly create jsfiddle with the code that you are using and share the following info so that we can properly look into it.
1. OS details (Name and version)
2. Browser details (Name and version)
3. Zoom-level/panning at which you find performance issue.
—
Vishwas R
Bryan,
This feature is not available as of now. But with few lines of code, you can achieve this. Please check this jsfiddle.
—
Vishwas R
Thanks for reporting the issue. We have just fixed the same. Here is an internal build for you.
—
Vishwas R
Thanks for reporting the issue. We have just fixed the same. Here is an internal build for you.
—
Vishwas R
Thanks for reporting. We are looking into the issue. We will get back to you at the earliest.
—
Vishwas R