Hi, thanks for this library! Ran into an issue passing a Java float array as data to an xy chart (the only kind of chart I've used so far, so I'm not sure about others). If I turn it into a vector everything works fine, but it seems like any seq should work so I wanted to report it as an issue. In my case I'm getting this from a data layer which is querying a time-series database and returning float arrays. The relevant bits of stack trace are below, and here is the code I'm using to create a chart given some :block/data (the float array):
Hi, thanks for this library! Ran into an issue passing a Java float array as data to an xy chart (the only kind of chart I've used so far, so I'm not sure about others). If I turn it into a vector everything works fine, but it seems like any seq should work so I wanted to report it as an issue. In my case I'm getting this from a data layer which is querying a time-series database and returning float arrays. The relevant bits of stack trace are below, and here is the code I'm using to create a chart given some :block/data (the float array):