Ben Evans
Ben Evans
Just wanted to log that I am making a C# Avalonia XPLAT project with LiveCharts and while the desktop build works fine, I'm also getting a similar issue that the...
Unfortunately my knowledge of OpenGL isn't at the level where I can particularly help to implement this, but this is something I'd really like to see merged as soon as...
> You can ask for priority if you have paid support. Otherwise it's done when it's done Ah okay
Sorry for the delay in adding to this. The updates to LiveCharts recently have been great and I've had to focus on other aspects of my application. Here is some...
Sorry for the delay @beto-rodriguez . repo to see the issue can be found here: https://github.com/MajesticBevans/LiveChartsPointerRepo
Note: simple workaround is just to always initialise YAxes collection with one element e.g. new Axis()
I agree it makes sense that CartesianCharts should have both an X and Y axis in concept, but I think the behaviour of the library should probably be consistent on...
I've also experienced this in Avalonia, but I'm not able to identify exactly what causes the bug. As @f13T2ach says, the pointer release event is sometimes not handled or detected...
That's fair. Admittedly I haven't used Avalonia on Mac, so wasn't aware that it already did this. I've just tested on linux though, and its visual behaviour is consistent with...
I wouldn't exactly say windows 'supports' it, but there seems to be a way to do it with their API: https://stackoverflow.com/a/66187224