[discord] <Nicd> but I just can't seem to get the flow data to draw on the right side
[discord] <Nicd> the data exists but it draws nothing
[discord] <dbaer> it's hiding
[discord] <dbaer> @Nicd are you terribly familiar with the dom patching of liveview?
[discord] <Nicd> not the morphdom side
[discord] <dbaer> i'm having issues with indexes that only have 100 records in the table, morphdom takes forever to patch the livemodal
[discord] <dbaer> i thought it was liveview itself, but i checked the browser performance and it was taking a second to recalculate the styles and layout again
[discord] <dbaer> unfortunately everything i've read online tells me that shouldn't happen lol
[discord] <dbaer> like damn, the non-liveview version is way faster
[discord] <dbaer> this morphdom though... hmmm
Tunnel Master
@tunnelmaster_gitlab
[discord] <dbaer> my biggest worry is i was testing with an extremely simple data set. my production data set is gonna calf the browser lol
Tunnel Master
@tunnelmaster_gitlab
[discord] <Nicd> hmm I can implement it as two different charts
[discord] <Nicd> then there will be a margin but oh well
Tunnel Master
@tunnelmaster_gitlab
[discord] <Nicd> I solved it!
[discord] <dbaer> 🎊
[discord] <Nicd> I was doing item.h when I had to do item.y 😐