mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
Fix size of apexcharts tooltip marker (#2115)
This commit is contained in:
5
.changeset/nice-jeans-tie.md
Normal file
5
.changeset/nice-jeans-tie.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tabler/core": patch
|
||||
---
|
||||
|
||||
Fix size of `apexcharts` tooltip marker
|
||||
@@ -198,7 +198,7 @@
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@melloware/coloris": "^0.19.1",
|
||||
"apexcharts": "^3.40.0",
|
||||
"apexcharts": "^4.4.0",
|
||||
"autosize": "^6.0.1",
|
||||
"choices.js": "^10.2.0",
|
||||
"countup.js": "^2.6.2",
|
||||
|
||||
5
src/scss/vendor/_apexcharts.scss
vendored
5
src/scss/vendor/_apexcharts.scss
vendored
@@ -22,9 +22,8 @@
|
||||
padding: 0 .5rem 0 !important;
|
||||
}
|
||||
|
||||
.apexcharts-tooltip-marker {
|
||||
width: 10px !important;
|
||||
height: 10px !important;
|
||||
.apexcharts-tooltip-marker:before {
|
||||
font-size: 16px !important;
|
||||
}
|
||||
|
||||
.apexcharts-text {
|
||||
|
||||
Reference in New Issue
Block a user