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
Bubble options are not prefixed with "point", but line options are. E.g. line controller has pointBorderColor, pointRadius, etc... For the bubble controller, we have borderColor, radius, ...
In 3.0, we should scope those options: dataset.point.radius, dataset.point.rotation or dataset.elements.point.radius ...
The text was updated successfully, but these errors were encountered:
Bubble options are not prefixed with "point", but line options are. E.g. line controller has
pointBorderColor
,pointRadius
, etc... For the bubble controller, we haveborderColor
,radius
, ...In 3.0, we should scope those options:
dataset.point.radius
,dataset.point.rotation
ordataset.elements.point.radius
...The text was updated successfully, but these errors were encountered: