File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ">
Original file line number Diff line number Diff 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 ">
Original file line number Diff line number Diff line change 1- 0.0.118
1+ 0.0.119
You can’t perform that action at this time.
0 commit comments