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

Reuse diagram title in legend title

parent 12970f40
No related branches found
No related tags found
1 merge request!43Feat/scatterplot rasterizer 34
......@@ -48,7 +48,7 @@ public class ScatterPlotRasterizer implements Rasterizer<ScatterPlot> {
final int yAxisStepWidth = cellHeight * Y_AXIS_STEP_WIDTH;
final String title = "Streudiagramm - Gewicht zu Höhe";
final String legendTitle = "Legende";
final String legendTitle = title;
final String axisExplanationGroupName = "Achsenbeschriftungen";
final String xAxisLegendGroupName = "x-Achse Werte";
final String yAxisLegendGroupName = "y-Achse Werte";
......
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