1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00
This commit is contained in:
chomik
2019-04-11 00:17:55 +02:00
parent 491aa237d7
commit a36d596215
5 changed files with 54 additions and 6 deletions

View File

@@ -47,7 +47,9 @@ if (window.Apex) {
Apex.grid = {
padding: {
right: 0,
left: 0
left: 0,
bottom: 0,
top: 0
}
};
@@ -58,9 +60,6 @@ if (window.Apex) {
Apex.plotOptions = {
pie: {
expandOnClick: false,
donut: {
size: '10%'
}
},
};
@@ -82,4 +81,8 @@ if (window.Apex) {
type: 'solid',
opacity: 1
};
Apex.legend = {
show: false
};
}