Skip to content

Commit 3b17744

Browse files
committed
make graphs smaller
1 parent 37d8168 commit 3b17744

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

OpenFlow/src/public/Controllers.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ module openflow {
9999
chart.data.push(0);
100100
}
101101

102-
103-
chart.labels.push(datestring);
102+
//chart.labels.push(datestring);
103+
chart.labels.push(startDate.getDate().toString());
104104
}
105105
workflow.chart = chart;
106106

@@ -588,7 +588,7 @@ module openflow {
588588
chart.data.push(0);
589589
}
590590
//chart.labels.push(datestring);
591-
chart.labels.push("");
591+
chart.labels.push(startDate.getDate().toString());
592592
}
593593
user.chart = chart;
594594

OpenFlow/src/public/Users.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h1>Users</h1>
2828
</td>
2929
<td class="btn-cell">
3030
<canvas id="bar" class="model.chart-base" chart-type="model.chart.charttype" chart-data="model.chart.data"
31-
chart-labels="model.chart.labels" chart-series="model.chart.series">
31+
chart-labels="model.chart.labels" chart-series="model.chart.series" height="40px">
3232
</canvas>
3333
</td>
3434
<td class="btn-cell">

OpenFlow/src/public/Workflows.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h1 translate lib="web">entities</h1>
2525
</td>
2626
<td class="btn-cell">
2727
<canvas id="bar" class="model.chart-base" chart-type="model.chart.charttype" chart-data="model.chart.data"
28-
chart-labels="model.chart.labels" chart-series="model.chart.series">
28+
chart-labels="model.chart.labels" chart-series="model.chart.series" height="40px">
2929
</canvas>
3030
</td>
3131
<td class="btn-cell">

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.118
1+
0.0.119

0 commit comments

Comments
 (0)