Details
-
Type:
Task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 5.2-milestone-1
-
Fix Version/s: 5.2-milestone-2
-
Component/s: Chart
-
Labels:None
-
Difficulty:Easy
-
Documentation in Release Notes:N/A
-
Similar issues:
Description
This will allow us to provide custom plot generators or overwrite the existing ones. We could for instance customize the "line" plot generator to return
new LineAndShapeRenderer(true, false);
in order to hide the shapes (dots, triangles etc.) that are normally displayed on the chart lines.
The chart type parameter will be used as the plot generator hint.