Hello, what is the data structure I need to be able to display a scatter or line plot? The docs suggest a sequence of tuples of numbers, or just a sequence of numbers. But in both cases the only options I see are view:table, java bean or nav. Is there a trick I'm missing?
Thanks
Does your coll have more than 1024 items?
It does - is that the limit?
Yeah
Thanks!
I probably should allow more, it was mainly to not check too many items in a coll so actions are faster..
@vlaaad you can do a sample checking, the s/every from spec does that, and you can control de sample size
Yeah I definitely should check a sample
I do remember there were javafx performance issues when rendering many nodes in a chart
Joe, I would suggest having a look at Vega view
It's much more capable than built-in charts
Oh cool, thanks I’ll check it out
Though tbh I love how easy the native reveal graphing is, size limitations notwithstanding.