1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-24 10:48:14 +04:00

homepage charts

This commit is contained in:
codecalm
2019-10-28 22:23:38 +01:00
parent 8588911b32
commit 1e9d17c1c2
20 changed files with 80 additions and 64 deletions

View File

@@ -72,7 +72,6 @@ if (window.Apex) {
dataLabels: {
enabled: false,
offsetY: -6,
dropShadow: {
enabled: false,
},
@@ -83,7 +82,6 @@ if (window.Apex) {
customScale: 1,
expandOnClick: false,
dataLabels: {
offset: -8,
minAngleToShowLabel: 10,
},
},
@@ -145,6 +143,12 @@ if (window.Apex) {
colors: mutedColor,
fontSize: '12px',
},
datetimeFormatter: {
year: 'yyyy',
month: 'MMM \'yy',
day: 'd MMM',
hour: 'HH:mm'
}
},
tooltip: {
enabled: false,