Skip to content

Commit

Permalink
Updated fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
tobami committed Jun 23, 2010
1 parent 2d750e2 commit 45eb8eb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion speedcenter/codespeed/fixtures/pypy.json

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions speedcenter/media/js/codespeed.js
Expand Up @@ -187,22 +187,22 @@ function renderComparisonPlot(plotid, benchmarks, exes, enviros, baseline, chart
plotoptions = {
title: title,
seriesDefaults: {
renderer:$.jqplot.BarRenderer,
rendererOptions:{barDirection: "horizontal", barPadding: 8, barMargin: 15}
renderer: $.jqplot.BarRenderer,
rendererOptions: {barDirection: "horizontal", barPadding: 8, barMargin: 15}
},
axesDefaults: {
tickRenderer: $.jqplot.CanvasAxisTickRenderer,
tickOptions: {angle: 0}
},
axes: {
xaxis:{
min:0,
autoscale:true,
xaxis: {
min: 0,
autoscale: true,
label: axislabel,
labelRenderer: $.jqplot.CanvasAxisLabelRenderer
},
yaxis:{
renderer:$.jqplot.CategoryAxisRenderer,
yaxis: {
renderer: $.jqplot.CategoryAxisRenderer,
ticks: ticks
}
}
Expand Down Expand Up @@ -238,21 +238,21 @@ function renderComparisonPlot(plotid, benchmarks, exes, enviros, baseline, chart
plotoptions = {
title: title,
seriesDefaults: {
renderer:$.jqplot.BarRenderer,
rendererOptions:{barDirection: "vertical", barPadding: 6, barMargin: 15}
renderer: $.jqplot.BarRenderer,
rendererOptions: {barDirection: "vertical", barPadding: 6, barMargin: 15}
},
axesDefaults: {
tickRenderer: $.jqplot.CanvasAxisTickRenderer
},
axes: {
xaxis:{
renderer:$.jqplot.CategoryAxisRenderer,
xaxis: {
renderer: $.jqplot.CategoryAxisRenderer,
ticks: ticks,
tickOptions: {angle: 0}
},
yaxis:{
min:0,
autoscale:true,//no effect for some plots due to min = 0
yaxis: {
min: 0,
autoscale: true,//no effect for some plots due to min = 0
label: axislabel,
labelRenderer: $.jqplot.CanvasAxisLabelRenderer
}
Expand Down

0 comments on commit 45eb8eb

Please sign in to comment.