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

bug fix for issue #62 - chart title and legend being clipped and not showing

parent a287d1c9
Branches
No related tags found
No related merge requests found
......@@ -256,6 +256,8 @@ public class PlotContentLineChart extends PlotContent {
// close any open path for area charts
closePath(g, path, previousX, bounds, yTopMargin);
}
g.setClip(null);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment