Skip to content
Snippets Groups Projects
Commit cb7ecccf authored by Georg Graßnick's avatar Georg Graßnick :thinking:
Browse files

Fix issues from latest merge

parent c7a94dbd
No related branches found
No related tags found
1 merge request!43Feat/scatterplot rasterizer 34
......@@ -19,8 +19,7 @@ public class LineChart extends Diagram {
* @param data The container, which holds the information about the datapoints.
*/
public LineChart(final PointListContainer<PointList> data) {
Objects.requireNonNull(data);
mData = data;
super(data);
}
/**
......
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