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
You are mistaking what visualDimension does. The documentation suggests that it is used to specify the dimension for coloring, together with colorMappingBy set to 'value'.
Ok I understand, thank you @MatthiasMert 👍 .
I can now use the visualDimension parameter to use any dimension as color mapping.
But I cannot use discrete category variable (eg : 'n1', 'n2', 'n3') for color mapping. I didn't see anything about that in the documentation.
Version
5.6.0
Link to Minimal Reproduction
https://codepen.io/jbdesbas/pen/ogNdeBM
Steps to Reproduce
data = [{value: [ 100, 50, 'a' ]}, {value: [ 200,50 ,'b' ]}, {value: [ 300,50 ,'b' ]} ]
Current Behavior
The
visualDimension
parameter seems to have no effect, the dimension 0 is always used for area size.Expected Behavior
The
visualDimension
parameter should allow to select a dimension as area size.Environment
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: