Alexander Torstling
Results
1
issues of
Alexander Torstling
Hello! Consider the following code: ```java public static void main(final String[] args) { final CategoryChart categoryChart = new CategoryChartBuilder().width(400).height(400).build(); categoryChart.addSeries("one", new double[]{0.0}, new double[]{0.0}); categoryChart.addSeries("two", new double[]{0.0, 1.0}, new double[]{0.0,...