@aksangwan
Setting the scale option to 100 in browser print dialog panel should work fine in your case. Please refer this article to enable scaling in chrome.
—- Sanjoy Debnath Team CanvasJS
@aksangwan,
Are you looking for staackedArea Chart?
—– Sanjoy Debnath Team CanvasJS
@srmagill
You can show labels in axisX using label property whereas you can show labels in axisY with the help of labelFormatter method. Please take a look at this jsFiddle for the same.
@adriandev
Here is an example of draggable stackedBar Chart.
___ Sanjoy Debnath Team CanvasJS
@cedstrash
Sorry, CanvasJS doesn’t provide ES6 modules as of now.
Here is an example of using CanvasJS chart in Vue.js. You don’t need to build official CanvasJS library, you can include the CanvasJS script in the head of the HTML.
We are looking into it and will get back to you at the earliest.
Getting all the data-series on crosshair move is not possible as of now. But, you can get the value of current data-point as a parameter in labelFormatter when snapToDataPoint is true. Also, mouseover event of data-series can be used to get current data-series that have been hovered.
—— Sanjoy Debnath Team CanvasJS
@sahiss,
Please take a look at this jsfiddle. Also, please refer to this forum thread.
For license related queries please email us at sales@canvasjs.com.
—— Sanjoy Debnath, Team CanvasJS
@ieldorado,
Sorry, as of now Pie/Column don’t have any border. And we don’t have any timeline for it yet. Instead, you can look for bevelEnabled property. Please take a look at this workaround for adding border to Column.
—– Sanjoy Debnath, Team CanvasJS
@intijk,
X-values can either be numeric or date-time/time-stamp, but not string. Please take a look at the page for more information.
— Sanjoy Debnath, Team CanvasJS
nik.sol,
One more help in similar case, We need to hide legends in this situation as well.
You can achieve this by toggling showInLegend property. Please take a look at this updated jsfiddle.
— Sanjoy Debnath Team CanvasJS
@intijk
It seems like you have set maximum and interval properties of axisX. Removing them should work fine. If this doesn’t suit your requirements, can you please create a jsfiddle reproducing the issue you are facing so that we can understand it better and help you out.
@nik-sol,
Please take a look into this jsfiddle.