From 269d2620adf2d3f09b66d450463d0ddd3b93e2cb Mon Sep 17 00:00:00 2001 From: Al Azhar Date: Wed, 29 Apr 2026 12:28:57 +0700 Subject: [PATCH] fix width and chart tick --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 3db7777..2fcf426 100644 --- a/index.html +++ b/index.html @@ -475,7 +475,7 @@ } .col-time { - width: 180px; + width: 100px; color: var(--text3); white-space: nowrap } @@ -1085,7 +1085,7 @@ stacked: true, ticks: { // Grouping: Limit the number of labels shown to prevent overlapping - maxTicksLimit: 15, + maxTicksLimit: 8, // Formatting // callback: function (val, index) { // // Assuming your data labels are Date objects or Date strings