Skip to content
Snippets Groups Projects
Commit 3418ee5f authored by Robert Goldmann's avatar Robert Goldmann
Browse files

adjusted chart export suggested width and height

parent d9b865f4
Branches
Tags
1 merge request!142merge v1_3_0 into master
......@@ -329,6 +329,6 @@ public class CategoriesChart extends VBox implements ChartExportable
@Override
public double getSuggestedHeight()
{
return getHeight() + 50;
return getHeight() + 100;
}
}
\ No newline at end of file
......@@ -302,7 +302,7 @@ public class MonthBarChart extends VBox implements ChartExportable
return 0;
}
return ((Region)content).getWidth();
return ((Region)content).getWidth() + 50;
}
@Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment