summaryrefslogtreecommitdiff
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
parent6f67757c75268bc54856008f437c3dc1c508bd18 (diff)
downloadwebui-vue-81ac9d12b41d1ceeb00d5b919ad0a890a4f1cda3.tar.xz
fix chart global style
-rw-r--r--src/assets/styles/bmc/_sila/_index.scss1
-rw-r--r--src/components/_sila/Global/Chart.vue9
2 files changed, 1 insertions, 9 deletions
diff --git a/src/assets/styles/bmc/_sila/_index.scss b/src/assets/styles/bmc/_sila/_index.scss
index 14c85d70..9483b3b4 100644
--- a/src/assets/styles/bmc/_sila/_index.scss
+++ b/src/assets/styles/bmc/_sila/_index.scss
@@ -6,6 +6,7 @@
@import "./bootstrap-grid";
@import "./buttons";
@import "./calendar";
+@import "./chart";
@import "./card";
@import "./dropdown";
@import "./forms";
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>