Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Add more padding to graphs #1342

Merged
merged 1 commit into from
Dec 14, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/server/assets/apikeys/show.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ <h5 class="modal-title">Codes issued by {{$authApp.Name}}</h5>
let options = {
colors: ['#007bff'],
chartArea: {
left: 30, // leave room for y-axis labels
left: 60, // leave room for y-axis labels
top: 20,
bottom: 20,
width: '100%',
Expand Down
4 changes: 2 additions & 2 deletions cmd/server/assets/realmadmin/stats.html
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ <h5 class="modal-title">Codes issued by external issuers by day</h5>
let options = {
colors: ['#007bff', '#ff7b00'],
chartArea: {
left: 30, // leave room for y-axis labels
left: 60, // leave room for y-axis labels
width: '100%'
},
hAxis: { format: 'M/d' },
Expand All @@ -312,7 +312,7 @@ <h5 class="modal-title">Codes issued by external issuers by day</h5>
let options = {
colors: ['#007bff', '#ff7b00'],
chartArea: {
left: 30, // leave room for y-axis labels
left: 60, // leave room for y-axis labels
width: '100%'
},
hAxis: { format: 'M/d' },
Expand Down
2 changes: 1 addition & 1 deletion cmd/server/assets/users/show.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ <h5 class="modal-title">Codes issued by {{$user.Name}}</h5>
let options = {
colors: ['#007bff'],
chartArea: {
left: 30, // leave room for y-axis labels
left: 60, // leave room for y-axis labels
top: 20,
bottom: 20,
width: '100%',
Expand Down