style: HTML code formatting

This commit is contained in:
Yurii
2025-09-19 19:25:24 +03:00
parent e751c3aba0
commit d867c355ed

View File

@@ -916,7 +916,7 @@
datasets: [{
borderColor: (context) => {
const chart = context.chart;
const {ctx, chartArea} = chart;
const { ctx, chartArea } = chart;
if (!chartArea) {
return;