We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e3d10c commit c6b0953Copy full SHA for c6b0953
lib/components/SChartBar.vue
@@ -359,10 +359,10 @@ watch(
359
360
<style scoped lang="postcss">
361
.SChartBar {
362
+ position: relative;
363
width: 100%;
364
height: 100%;
365
font-feature-settings: 'tnum' 1;
- position: relative;
366
}
367
368
:deep(.tooltip) {
lib/components/SChartPie.vue
@@ -358,10 +358,10 @@ watch(
358
.SChartPie {
0 commit comments