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
But if I would have this and use data structures it would not work:
data: {
x: today,
start: 1,
ending: 1.50,
}
options: {
parsing: {
xAxisKey: [start, end], // >> Does not work as expected, only grabs the first value. Does not float.
}
}
Is there a reason why it does not recognize the array? I hope there is some insight on how this works.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to do some custom data structures but I notice this is not fully working as I thought it would.
With Floating bar chart if you assign
data: [1, 2] // >> gives a floating bar/ Works.
An other version also works with data structures
But if I would have this and use data structures it would not work:
Is there a reason why it does not recognize the array? I hope there is some insight on how this works.
Beta Was this translation helpful? Give feedback.
All reactions