Skip to content

PointDataset.setPointStyle is missing an option to disable it #280

@dhelml

Description

@dhelml

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

  1. Check documentation on chartjs.org
  2. 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 working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions