Please refer tutorial on adding Charts to ASP.NET MVC Applications.
If you are using other technologies like Spring MVC or PHP etc, you can download working sample examples from our download page and try out locally. Also refer examples for ASP.NET MVC, Spring MVC, PHP in Integration section.
—
Vishwas R
Team CanvasJS
Can you kindly create sample project along with sample data and share it over Google-Drive or Onedrive, so that we can look into code, understand it better and help you out?
—
Vishwas R
Team CanvasJS
@leo,
We are looking into the issue that you have mentioned and will get back to you at the earliest.
Meanwhile you can try handling pushing and popping according to the zoom / step-back action performed and let us know your feedback.
—
Vishwas R
Team CanvasJS
Legends will be shown for dataSeries incase of line, column charts. However you can add custom DOM as legend as shown in this jsfiddle.
—
Vishwas R
Team CanvasJS
Please take a look at PHP Chart Data from Database for an example on rendering chart with data from mysql database. If you are using ASP.Net, here is a tutorial on rendering chart with Data from Database.
—
Vishwas R
Team CanvasJS
@leo,
You can hide the zoom / reset toobar by changing CSS visibility property to hidden. Below is the code snippet.
document.getElementsByClassName("canvasjs-chart-toolbar")[0].style.visibility = 'visible';
Please take a look at this updated code.
—
Vishwas R
Team CanvasJS
You can copy base64 image to clipboard as shown in this jsfiddle. Also take a look at this stackoverflow thread for alternative options.
—
Vishwas R
Team CanvasJS
You can copy base64 image to clipboard as shown in this jsfiddle. Also take a look at this stackoverflow thread for alternative options.
—
Vishwas R
Team CanvasJS
Daniel,
Sorry, controlling the label start position is not available as of now.
—
Vishwas R
Team CanvasJS
@leo,
It seems like there was some issue related to pushing & popping in the previously shared JSFiddle, please refer to this updated JSFiddle for improved code.
—
Vishwas R
Team CanvasJS
Sorry, controlling the label start position is not available as of now.
—
Vishwas R
Team CanvasJS
You can use jQuery Word Export plugin to achieve this. Please take a look at this jsfiddle.
—
Vishwas R
Team CanvasJS
It seems to be working as per your requirements. When a dataPoint with indexLabel ‘High” is removed, the next available y-value accepts indexLabel “High”.
—
Vishwas R
Team CanvasJS
Sorry, its not possible to show toolTip separately for same x-value when toolTip shared property is set to true. However you can format toolTip content using contentFormatter. Please take a look at this updated jsfiddle.
—
Vishwas R
Team CanvasJS