Skip to content

Commit

Permalink
Now shrinking the chart slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
geophf committed Jun 27, 2024
1 parent e33b427 commit 4ac5142
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/tv/tv.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ <h3 id="chart-title">TradingView Ratio Chart</h3>
html,
body,
#container {
width: 100%;
height: 100%;
width: 85%;
height: 85%;
overflow: hidden;
margin: 5;
}
Expand Down

0 comments on commit 4ac5142

Please sign in to comment.