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
I am trying to wrap my head around accessors and filtering in the scatterplot. When i read the code, i was surprised to find the key accessor used to extract the value for the y coordinate. Might this be the original sin leading to all the troubles? I would expect the value accessor to be used here, and the chart x and y accessors to grab either the first and second element in an array or the .x and .y properties in an object or whatever is defined by the user
The text was updated successfully, but these errors were encountered:
Thanks. Do i understand correctly that with this version of the code, if i override the key accessor to provide a value suitable for translate i will hamper indexing, while if i keep a key suitable for indexing i will break the scatterplot rendering?
I am trying to wrap my head around accessors and filtering in the scatterplot. When i read the code, i was surprised to find the key accessor used to extract the value for the y coordinate. Might this be the original sin leading to all the troubles? I would expect the value accessor to be used here, and the chart
x
andy
accessors to grab either the first and second element in an array or the.x
and.y
properties in an object or whatever is defined by the userThe text was updated successfully, but these errors were encountered: