Smart UI Components & Libraries – Grid, Scheduler, Gantt, Kanban for Angular, React, Next.js, Vue, Blazor, JavaScript › Forums › Charts & Data Viz › I’m open to any ideas for solving: Charts. › Reply To: I’m open to any ideas for solving: Charts.
January 19, 2026 at 8:09 am
#113346
Keymaster
Hi,
You can use the Chart’s gridLines property
xAxis: {
gridLines: {
visible: true
}
},
yAxis: {
gridLines: {
visible: true
}
}
Best regards,
Markov
Smart UI Team
https://www.htmlelements.com/