Chart styled and unstyled mode updates

This commit is contained in:
tugcekucukoglu 2023-12-05 12:56:30 +03:00
parent de6ad7a58c
commit 2c9a39654d
3 changed files with 5 additions and 15 deletions

View file

@ -4249,11 +4249,5 @@ export default {
resizehelper: {
class: 'absolute hidden w-px z-10 bg-blue-500 dark:bg-blue-300'
}
},
// CHART
chart: {
root: {
class: 'relative'
}
}
};