-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Checklist
- I am able to reproduce the bug with the latest version
- I made sure that there are no existing issues - open or closed - which I could contribute my information to.
- I have taken the time to fill in all the required details. I understand that the bug report will be dismissed otherwise.
- This issue contains only one bug.
Affected version
2.3.1
Steps to reproduce the bug
- Check documentation on chartjs.org
- Check enum PointStyle in chartjs-java-model
Expected behavior
The documentation on chartjs.org states the following values for Elements => Point Styles:
Info
When a string is provided, the following values are supported:
'circle'
'cross'
'crossRot'
'dash'
'line'
'rect'
'rectRounded'
'rectRot'
'star'
'triangle'
false
Actual behavior
public enum PointStyle { CIRCLE, TRIANGLE, RECT, RECT_ROUNDED, RECT_ROT, CROSS, CROSS_ROT, STAR, LINE, DASH; }
The boolean value "false" is missing
Additional information
This is the only value that hides the marking. If there is another way within chartjs-java-model, I couldn't find it
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working