This commit is contained in:
James Cole
2018-08-12 10:06:20 +02:00
parent b95ca98be9
commit dd95776144
8 changed files with 24 additions and 18 deletions

View File

@@ -202,7 +202,6 @@ function columnChart(URI, container) {
var chartType = 'bar';
drawAChart(URI, container, chartType, options, colorData);
}
/**