Skip to content
Snippets Groups Projects
Commit 697f065b authored by Tim Molter's avatar Tim Molter
Browse files

update themechart03 [ci skip]

parent 599eefc7
No related branches found
No related tags found
No related merge requests found
......@@ -16,14 +16,13 @@
*/
package org.knowm.xchart.demo.charts.theme;
import java.awt.Color;
import java.util.ArrayList;
import java.util.List;
import org.knowm.xchart.XYChartBuilder;
import org.knowm.xchart.SwingWrapper;
import org.knowm.xchart.XYChart;
import org.knowm.xchart.XYChartBuilder;
import org.knowm.xchart.XYSeries;
import org.knowm.xchart.SwingWrapper;
import org.knowm.xchart.demo.charts.ExampleChart;
import org.knowm.xchart.style.Styler.ChartTheme;
import org.knowm.xchart.style.markers.SeriesMarkers;
......@@ -74,9 +73,6 @@ public class ThemeChart03 implements ExampleChart<XYChart> {
series.setMarker(SeriesMarkers.NONE);
series = chart.addSeries("Difference", xData, y3Data);
series.setMarker(SeriesMarkers.NONE);
// series.setLineStyle(new BasicStroke(5.0f));
series.setLineColor(Color.pink);
series.setLineWidth(10.0f);
return chart;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment