Skip to content

Commit

Permalink
[update]: w/ margin-left to make chart into center
Browse files Browse the repository at this point in the history
  • Loading branch information
hongkuiw committed Oct 22, 2021
1 parent 8f722f6 commit fc8c6d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions preview/big-number-breakdown/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ const visObject = {
.highcharts-figure #container{
height: 90%;
width: 90%;
margin-left: 20px;
position: absolute;
}
.highcharts-figure #container:hover {
Expand Down
1 change: 1 addition & 0 deletions preview/big-number-trend/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ const visObject = {
.highcharts-figure #container{
height: 90%;
width: 90%;
margin-left: 20px;
position: absolute;
// fully responsiveness
}
Expand Down

0 comments on commit fc8c6d7

Please sign in to comment.