Hi @romain-donze ,

thanks for sharing your project. I am planning to do a similar project and I have chosen the qmloscilloscope as a starting point myself. However, your post here and your shared code already took some work off my chest, thanks alot.

However, I am new to QML (doing some webinars on the side) and I am curious, how you have implemented the chart QML code. Is there a main.qml which calls it, and when I paste it into my IDE, clang is shouting at me for not finding ValueAxis as a component. I guess, you created a separate ValueAxis.qml?

If you could give me just a high level explanation of how to use your chart, that'd be awesome!

Cheers,
Bjørn