ZingChart supports cursor control like CSS does using a cursor property. For example to control the cursor on all series values we can set cursor
in the plot
object
plot : {
cursor:'hand'
}
ZingChart supports this property on many objects where it mike such as marker
within legend
, labels
, and shapes
allowed values include standard CSS cursor values.
Example
Note: Custom cursors loaded from a URL such as supported in CSS are not supported in ZingChart.