Skip to content

Commit

Permalink
Added fullscreen toggle user option (1)
Browse files Browse the repository at this point in the history
  • Loading branch information
graphieros committed Jan 9, 2024
1 parent cc763dd commit c476f67
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-data-ui",
"private": false,
"version": "1.9.62",
"version": "1.9.63",
"type": "module",
"description": "A user-empowering data visualization Vue components library",
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions src/components/vue-ui-age-pyramid.vue
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,7 @@ defineExpose({
}
.vue-data-ui-fullscreen--on {
height: 90% !important;
margin: 0 auto !important;
}
.vue-data-ui-fullscreen--off {
max-width: 100%;
Expand Down
1 change: 1 addition & 0 deletions src/components/vue-ui-candlestick.vue
Original file line number Diff line number Diff line change
Expand Up @@ -801,6 +801,7 @@ input[type="range"]:active::-webkit-slider-thumb{
}
.vue-data-ui-fullscreen--on {
height: 80% !important;
margin: 0 auto !important;
}
.vue-data-ui-fullscreen--off {
max-width: 100%;
Expand Down
1 change: 1 addition & 0 deletions src/components/vue-ui-donut-evolution.vue
Original file line number Diff line number Diff line change
Expand Up @@ -809,6 +809,7 @@ path {
}
.vue-data-ui-fullscreen--on {
height: 80% !important;
margin: 0 auto !important;
}
.vue-data-ui-fullscreen--off {
max-width: 100%;
Expand Down
1 change: 1 addition & 0 deletions src/components/vue-ui-donut.vue
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,7 @@ path {
}
.vue-data-ui-fullscreen--on {
height: 80% !important;
margin: 0 auto !important;
}
.vue-data-ui-fullscreen--off {
max-width: 100%;
Expand Down
1 change: 1 addition & 0 deletions src/components/vue-ui-gauge.vue
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,7 @@ defineExpose({
}
.vue-data-ui-fullscreen--on {
height: 80% !important;
margin: 0 auto !important;
}
.vue-data-ui-fullscreen--off {
max-width: 100%;
Expand Down
1 change: 1 addition & 0 deletions src/components/vue-ui-molecule.vue
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,7 @@ defineExpose({
}
.vue-data-ui-fullscreen--on {
height: 100% !important;
margin: 0 auto !important;
}
.vue-data-ui-fullscreen--off {
max-width: 100%;
Expand Down
1 change: 1 addition & 0 deletions src/components/vue-ui-mood-radar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,7 @@ defineExpose({
}
.vue-data-ui-fullscreen--on {
height: 80% !important;
margin: 0 auto !important;
}
.vue-data-ui-fullscreen--off {
max-width: 100%;
Expand Down
1 change: 1 addition & 0 deletions src/components/vue-ui-onion.vue
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,7 @@ circle {
.vue-data-ui-fullscreen--on {
height: 80% !important;
margin: 0 auto !important;
}
.vue-data-ui-fullscreen--off {
max-width: 100%;
Expand Down
1 change: 1 addition & 0 deletions src/components/vue-ui-quadrant.vue
Original file line number Diff line number Diff line change
Expand Up @@ -965,6 +965,7 @@ path, line, rect, circle, polygon {
}
.vue-data-ui-fullscreen--on {
height: 80% !important;
margin: 0 auto !important;
}
.vue-data-ui-fullscreen--off {
max-width: 100%;
Expand Down
1 change: 1 addition & 0 deletions src/components/vue-ui-radar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,7 @@ path, line, rect, circle {
}
.vue-data-ui-fullscreen--on {
height: 80% !important;
margin: 0 auto !important;
}
.vue-data-ui-fullscreen--off {
max-width: 100%;
Expand Down
1 change: 1 addition & 0 deletions src/components/vue-ui-rings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,7 @@ defineExpose({
}
.vue-data-ui-fullscreen--on {
height: 80% !important;
margin: 0 auto !important;
}
.vue-data-ui-fullscreen--off {
max-width: 100%;
Expand Down
1 change: 1 addition & 0 deletions src/components/vue-ui-scatter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,7 @@ path, line, circle {
.vue-data-ui-fullscreen--on {
height: 80% !important;
margin: 0 auto !important;
}
.vue-data-ui-fullscreen--off {
max-width: 100%;
Expand Down
1 change: 1 addition & 0 deletions src/components/vue-ui-vertical-bar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -756,6 +756,7 @@ path, line, rect, circle, polygon {
}
.vue-data-ui-fullscreen--on {
height: 80% !important;
margin: 0 auto !important;
}
.vue-data-ui-fullscreen--off {
max-width: 100%;
Expand Down
1 change: 1 addition & 0 deletions src/components/vue-ui-waffle.vue
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,7 @@ defineExpose({
}
.vue-data-ui-fullscreen--on {
height: 80% !important;
margin: 0 auto !important;
}
.vue-data-ui-fullscreen--off {
max-width: 100%;
Expand Down
1 change: 1 addition & 0 deletions src/components/vue-ui-wheel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ defineExpose({
}
.vue-data-ui-fullscreen--on {
height: 90% !important;
margin: 0 auto !important;
}
.vue-data-ui-fullscreen--off {
max-width: 100%;
Expand Down

0 comments on commit c476f67

Please sign in to comment.