You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.
Going by the documentation simply doing this:
should work fine where model.data looks something like:
[ { label: "foo", group: "default", value: 100}]
Unfortunately this throws an error about a missing
color
attribute.It can be solved by adding color to data:
[ { label: "foo", group: "default", value: 100, color: "#eeeeee"}]
But this seems different to the documentation and a strange place to define color?
The text was updated successfully, but these errors were encountered: