Home Forums Chart Support stripLines Reply To: stripLines

#23469

@mihaela,

You can customize the cursor to the entire chart as per your requirement by applying the style to canvasjs-chart-canvas class.

.canvasjs-chart-canvas {
 cursor: pointer !important;
}

__
Priyanka M S
Team CanvasJS