summaryrefslogtreecommitdiff
path: root/src/components/_sila/Global/Chart.vue
diff options
context:
space:
mode:
authorMaksim Zakharov <m.zakharov@IBS.RU>2022-07-27 12:10:52 +0300
committerMaksim Zakharov <m.zakharov@IBS.RU>2022-07-27 12:10:52 +0300
commit81ac9d12b41d1ceeb00d5b919ad0a890a4f1cda3 (patch)
tree2ac75e10d13d97761a0b811e29b253d365f5c4e7 /src/components/_sila/Global/Chart.vue
parent6f67757c75268bc54856008f437c3dc1c508bd18 (diff)
downloadwebui-vue-81ac9d12b41d1ceeb00d5b919ad0a890a4f1cda3.tar.xz
fix chart global style
Diffstat (limited to 'src/components/_sila/Global/Chart.vue')
-rw-r--r--src/components/_sila/Global/Chart.vue9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/components/_sila/Global/Chart.vue b/src/components/_sila/Global/Chart.vue
index 58350a46..1cb6f11c 100644
--- a/src/components/_sila/Global/Chart.vue
+++ b/src/components/_sila/Global/Chart.vue
@@ -303,12 +303,3 @@ export default {
},
};
</script>
-<style lang="scss">
-.highcharts-credits {
- display: none;
-}
-
-.highcharts-plot-line-label {
- transform: translate(-8px, 0) !important;
-}
-</style>