mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
charts
This commit is contained in:
@@ -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
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user