Code: Select all
for (int i = 0; i < 360; i++) {
veloCategoryDataset.addValue(bins[i], "Row 1", String.valueOf(i));
}
Because at the moment there is just not enough space to display all 360 labels. (it draws as a straight line);
Thanks!@