fix width and chart tick
This commit is contained in:
@@ -475,7 +475,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.col-time {
|
.col-time {
|
||||||
width: 180px;
|
width: 100px;
|
||||||
color: var(--text3);
|
color: var(--text3);
|
||||||
white-space: nowrap
|
white-space: nowrap
|
||||||
}
|
}
|
||||||
@@ -1085,7 +1085,7 @@
|
|||||||
stacked: true,
|
stacked: true,
|
||||||
ticks: {
|
ticks: {
|
||||||
// Grouping: Limit the number of labels shown to prevent overlapping
|
// Grouping: Limit the number of labels shown to prevent overlapping
|
||||||
maxTicksLimit: 15,
|
maxTicksLimit: 8,
|
||||||
// Formatting
|
// Formatting
|
||||||
// callback: function (val, index) {
|
// callback: function (val, index) {
|
||||||
// // Assuming your data labels are Date objects or Date strings
|
// // Assuming your data labels are Date objects or Date strings
|
||||||
|
|||||||
Reference in New Issue
Block a user