Browse Source

Fix size of apexcharts tooltip marker (#2115)

BG-Software 1 month ago
parent
commit
06b1dec645
3 changed files with 8 additions and 4 deletions
  1. 5 0
      .changeset/nice-jeans-tie.md
  2. 1 1
      package.json
  3. 2 3
      src/scss/vendor/_apexcharts.scss

+ 5 - 0
.changeset/nice-jeans-tie.md

@@ -0,0 +1,5 @@
+---
+"@tabler/core": patch
+---
+
+Fix size of `apexcharts` tooltip marker

+ 1 - 1
package.json

@@ -198,7 +198,7 @@
   },
   },
   "peerDependencies": {
   "peerDependencies": {
     "@melloware/coloris": "^0.19.1",
     "@melloware/coloris": "^0.19.1",
-    "apexcharts": "^3.40.0",
+    "apexcharts": "^4.4.0",
     "autosize": "^6.0.1",
     "autosize": "^6.0.1",
     "choices.js": "^10.2.0",
     "choices.js": "^10.2.0",
     "countup.js": "^2.6.2",
     "countup.js": "^2.6.2",

+ 2 - 3
src/scss/vendor/_apexcharts.scss

@@ -22,9 +22,8 @@
   padding: 0 .5rem 0 !important;
   padding: 0 .5rem 0 !important;
 }
 }
 
 
-.apexcharts-tooltip-marker {
-  width: 10px !important;
-  height: 10px !important;
+.apexcharts-tooltip-marker:before {
+  font-size: 16px !important;
 }
 }
 
 
 .apexcharts-text {
 .apexcharts-text {