Skip to content

Commit

Permalink
removed Endpoint from axis
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyingBird95 committed Mar 28, 2018
1 parent ac0f2cf commit 2641d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_monitoringdashboard/routings/measurements.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def get_version_usage():
showlegend=False,
title='Heatmap of hits per endpoint per version',
xaxis=go.XAxis(title='Versions', type='category'),
yaxis=dict(title='Endpoints', type='category', autorange='reversed'),
yaxis=dict(type='category', autorange='reversed'),
margin=go.Margin(
l=200
)
Expand Down

0 comments on commit 2641d36

Please sign in to comment.