Results 6 comments of joylei

The error msg said forward open failed. You can try without forward open.

closed. please reopen if you still have problems.

It's possible. I think you need to figure out the routing paths. Please refer to [Routing_Paths](https://www.advancedhmi.com/documentation/index.php?title=Routing_Paths) for understanding of routing paths. --- Sample code for building routing paths: ```rust let...

the lib can read UDT, please check examples in the repo.

> The state parameter of `build_chart` does not appear to do anything (state always has the value of State::default) - and none of the example show it's use (_state in...

I'd like to update the library once a new version of iced is released. You can clone the lib and try to update the new version of iced. Let me...