- Mar 29, 2016
-
-
Tim Molter authored
-
Tim Molter authored
-
- Mar 14, 2016
-
-
Tim Molter authored
-
Tim Molter authored
-
Tim Molter authored
-
Tim Molter authored
-
Tim Molter authored
-
Tim Molter authored
-
- Mar 07, 2016
-
-
Matan Rubin authored
Before this patch XChart would get an NPE when trying to plot numbers which are smaller then 1E-10. This happened because gridStep was scaled using a hard coded 10, zeroing out numbers on smaller scale. Now we choose the right scale for small numbers and use that. This fixes a crash when running the following code: double[] xData = new double[] { 1.0, 2.0}; double[] yData = new double[] { 1E-12, 1.1E-12}; Chart_XY chart = new ChartBuilder_XY().build(); chart.addSeries("Test", xData, yData); new SwingWrapper(chart).displayChart();
-
- Mar 03, 2016
-
-
Tim Molter authored
-
Tim Molter authored
-
- Feb 26, 2016
-
-
Tim Molter authored
-
Tim Molter authored
-
Tim Molter authored
-
Tim Molter authored
-
- Feb 25, 2016
-
-
Tim Molter authored
-
- Feb 22, 2016
-
-
Tim Molter authored
-
- Feb 04, 2016
-
-
Tim Molter authored
-
Tim Molter authored
-
- Jan 29, 2016
-
-
Tim Molter authored
-
Tim Molter authored
-
- Jan 27, 2016
-
-
Carlos Lopez-Camey authored
-
Tim Molter authored
-
Tim Molter authored
-
- Jan 26, 2016
-
-
Tim Molter authored
-
Tim Molter authored
-
Tim Molter authored
-
- Jan 25, 2016
-
-
Tim Molter authored
-
Tim Molter authored
-
Tim Molter authored
-
Tim Molter authored
-
Tim Molter authored
-
- Jan 23, 2016
-
-
Tim Molter authored
-
Tim Molter authored
-
Tim Molter authored
-
Tim Molter authored
-
- Jan 22, 2016
-
-
Tim Molter authored
allowing setting of annotation distance from center on pie chart, as well as the pie chart annotation font
-
Tim Molter authored
-
Tim Molter authored
-
Tim Molter authored
-