about:startup - show the legend

This commit is contained in:
Daniel Brooks 2010-09-12 13:19:28 -04:00
Родитель 916cdf5592
Коммит a5a8abddb5
4 изменённых файлов: 16 добавлений и 3 удалений

Просмотреть файл

@ -36,17 +36,18 @@ function minorMark(x, l) label(minor(mark(range(x))), l);
function extensionMark(x, l) label(mark(range(x)), l);
var graph, overview;
var options = { legend: { show: false, position: "ne", margin: 10, labelBoxBorderColor: "transparent" },
var options = { legend: { show: true, position: "ne", margin: 10, labelBoxBorderColor: "transparent" },
xaxis: { mode: "time" },
yaxis: { min: 0, tickFormatter: formatms },
selection: { mode: "xy", color: "#00A" },
grid: { show: true, borderWidth: 0, markings: [], aboveData: true, tickColor: "white" },
series: { lines: { show: true, fill: true },
points: { show: true, fill: true },
}
},
};
var overviewOpts = $.extend(true, {}, options,
{ xaxis: { ticks: [], mode: "time" },
{ legend: { show: false },
xaxis: { ticks: [], mode: "time" },
yaxis: { ticks: [], min: 0, autoscaleMargin: 0.1 },
grid: { show: false },
series: { lines: { show: true, fill: true, lineWidth: 1 },

Просмотреть файл

@ -12,3 +12,7 @@ h1 {
#overview {
height: 100px;
}
.legend table {
width: auto;
}

Просмотреть файл

@ -12,3 +12,7 @@ h1 {
#overview {
height: 100px;
}
.legend table {
width: auto;
}

Просмотреть файл

@ -12,3 +12,7 @@ h1 {
#overview {
height: 100px;
}
.legend table {
width: auto;
}