diff --git a/src/main/resources/templates/statistic.html b/src/main/resources/templates/statistic.html index 7a42dc4..7d69ac3 100644 --- a/src/main/resources/templates/statistic.html +++ b/src/main/resources/templates/statistic.html @@ -26,6 +26,8 @@ var options = { title: '% коммитов авторов', is3D: true, + width:600, + height:300, pieResidueSliceLabel: 'Остальные' }; var chart = new google.visualization.PieChart(document.getElementById('air')); @@ -46,15 +48,18 @@ var options = { title: 'Добыча нефти', hAxis: {title: 'Год'}, - vAxis: {title: 'Тыс. тонн'} + vAxis: {title: 'Тыс. тонн', + width:600, + height:300} }; var chart = new google.visualization.ColumnChart(document.getElementById('oil')); chart.draw(data, options); } + -
-
- -

+
+
+
+