You can trigger checked event with the help of jquery by subscribing to itemclick events.
Please refer these links.
https://api.jquery.com/checked-selector/
http://stackoverflow.com/questions/7031226/jquery-checkbox-change-and-click-event
http://stackoverflow.com/questions/8423217/jquery-checkbox-checked-state-changed-event
—
Vishwas R
Team CanvasJS
You can position stripline label on top of it by adding stripline to axisY2. Please check this updated jsfiddle.
Its not possible to stop drawing line at end of bar itself, but it can be stopped to the end of plotArea where axis-line will be rendered by setting tickLength to 0 (zero).
—
Vishwas R
indexLabelPlacement: “inside” seems to be working fine. Please check this JSFiddle. If you are still facing issue, create a JSFiddle with the issue so that we can look into it and help you out.
—
Vishwas R
Thanks for the info. We followed the steps you have provided but found its working fine.
Can you kindly share the sample project with the issue, so that we can look into it and help you out?
We are unable to reproduce the issue at our end even in Edge in debug-mode.
Can you kindly share your browser version and steps to reproduce the issue?
—
Vishwas R
You can set chart backgroundColor to “transparent” instead of setting it to div. Please check this working fiddle.
—
Vishwas R
You can use backgroundColor property to change chart background-color, which defaults to white.
Regarding the second query, you can increase the width and height (which is set to 78px and 100px) and change left/top accordingly so that pie is positioned properly.
—
Vishwas R
It seems to be working fine with every browser including Firefox, Chrome, Opera, IE, Visual Studio Internal Browser. Can you kindly provide us some more info like the OS and browser details in which you are facing this issue, so that we can look into it and help you out.
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