inja
inja copied to clipboard
External data
Hi Pantor!
I'm working on another project where we would like to visualize some data (trading data). I would like to use Inja again, but we have an issue with external data passing.
It's a high amount of trading data (date, open/close/high/low, volume, etc) for a large period of time. Converting these data to nlohman Json takes a lot of time (~16sec vs 0.2sec when filling structs).
Because I didn't follow Inja development last year, is there currently any way how to pass external data directly (by any callback, ...) without the necessity to convert it to Json?
Thanks
Hi! I'm afraid this is not possible at the moment, but it would definitely be nice to have.
@ludekvodicka, can you pre-create the JSON object and then just update the content?