Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added yMin=0 to the url of the graphs
  • Loading branch information
nclopezo committed May 8, 2014
1 parent fbbbdb8 commit fef6d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-json-performance-charts
Expand Up @@ -127,7 +127,7 @@ if (len(args)<1):

WF_LIST = args[0]

GRAPH_PARAMS = '&from=-15days&fontBold=true&fontSize=12&lineWidth=5&title=PARAM'
GRAPH_PARAMS = '&from=-15days&fontBold=true&fontSize=12&lineWidth=5&title=PARAM&yMin=0'

BASE_URL = 'https://cmsgraph.cern.ch/render?target=IBRelVals.slc6_amd64_gcc481.CMSSW_7_1_X.WORKFLOW.STEP.PARAM&height=800&width=800%s'%GRAPH_PARAMS

Expand Down

0 comments on commit fef6d70

Please sign in to comment.