Skip to content

MAINT: more deeply embed DEFAULT_EXECUTABLE into historical data plots#271

Merged
tobami merged 1 commit into
tobami:masterfrom
mattip:historical-graphs
Apr 19, 2019
Merged

MAINT: more deeply embed DEFAULT_EXECUTABLE into historical data plots#271
tobami merged 1 commit into
tobami:masterfrom
mattip:historical-graphs

Conversation

@mattip
Copy link
Copy Markdown
Contributor

@mattip mattip commented Apr 18, 2019

Code is now live on speed.pypy.org. Perhaps should have more tests.

Comment thread codespeed/models.py

# Calculate percentage change relative to previous result
result = resobj.value
result = max(resobj.value, 0)
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed a problem when values == -1

renderer: $.jqplot.CategoryAxisRenderer,
ticks: ticks
ticks: ticks,
tickOptions: {angle: -40}
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tilt the x-axis labels

@tobami tobami merged commit 0068975 into tobami:master Apr 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants