Add left/right margin to graphs
This commit is contained in:
@@ -224,7 +224,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
margin: { t: 0 },
|
margin: { t: 0, l: 20, r: 20 },
|
||||||
xaxis: { type: 'date', showgrid: false },
|
xaxis: { type: 'date', showgrid: false },
|
||||||
yaxis: { title: 'Reps', showgrid: false },
|
yaxis: { title: 'Reps', showgrid: false },
|
||||||
yaxis2: {
|
yaxis2: {
|
||||||
|
|||||||
Reference in New Issue
Block a user