Skip to content

Commit c476f67

Browse files
committed
Added fullscreen toggle user option (1)
1 parent cc763dd commit c476f67

17 files changed

+18
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-data-ui",
33
"private": false,
4-
"version": "1.9.62",
4+
"version": "1.9.63",
55
"type": "module",
66
"description": "A user-empowering data visualization Vue components library",
77
"keywords": [

src/components/vue-ui-age-pyramid.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -654,6 +654,7 @@ defineExpose({
654654
}
655655
.vue-data-ui-fullscreen--on {
656656
height: 90% !important;
657+
margin: 0 auto !important;
657658
}
658659
.vue-data-ui-fullscreen--off {
659660
max-width: 100%;

src/components/vue-ui-candlestick.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -801,6 +801,7 @@ input[type="range"]:active::-webkit-slider-thumb{
801801
}
802802
.vue-data-ui-fullscreen--on {
803803
height: 80% !important;
804+
margin: 0 auto !important;
804805
}
805806
.vue-data-ui-fullscreen--off {
806807
max-width: 100%;

src/components/vue-ui-donut-evolution.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -809,6 +809,7 @@ path {
809809
}
810810
.vue-data-ui-fullscreen--on {
811811
height: 80% !important;
812+
margin: 0 auto !important;
812813
}
813814
.vue-data-ui-fullscreen--off {
814815
max-width: 100%;

src/components/vue-ui-donut.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -669,6 +669,7 @@ path {
669669
}
670670
.vue-data-ui-fullscreen--on {
671671
height: 80% !important;
672+
margin: 0 auto !important;
672673
}
673674
.vue-data-ui-fullscreen--off {
674675
max-width: 100%;

src/components/vue-ui-gauge.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,7 @@ defineExpose({
528528
}
529529
.vue-data-ui-fullscreen--on {
530530
height: 80% !important;
531+
margin: 0 auto !important;
531532
}
532533
.vue-data-ui-fullscreen--off {
533534
max-width: 100%;

src/components/vue-ui-molecule.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -556,6 +556,7 @@ defineExpose({
556556
}
557557
.vue-data-ui-fullscreen--on {
558558
height: 100% !important;
559+
margin: 0 auto !important;
559560
}
560561
.vue-data-ui-fullscreen--off {
561562
max-width: 100%;

src/components/vue-ui-mood-radar.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,7 @@ defineExpose({
464464
}
465465
.vue-data-ui-fullscreen--on {
466466
height: 80% !important;
467+
margin: 0 auto !important;
467468
}
468469
.vue-data-ui-fullscreen--off {
469470
max-width: 100%;

src/components/vue-ui-onion.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -561,6 +561,7 @@ circle {
561561
562562
.vue-data-ui-fullscreen--on {
563563
height: 80% !important;
564+
margin: 0 auto !important;
564565
}
565566
.vue-data-ui-fullscreen--off {
566567
max-width: 100%;

0 commit comments

Comments
 (0)