bluerobotics / ping-viewer

Ping Viewer is an open-source application to view and record data from the Blue Robotics Ping Echosounder and Ping360 Scanning Sonar.
https://docs.bluerobotics.com/ping-viewer/
GNU General Public License v3.0
40 stars 38 forks source link

the source code of Ping Viewer on github, but I can't find the code for return plot drawing? #1052

Closed Leonidas-Lee closed 1 year ago

Leonidas-Lee commented 1 year ago

Hello! I downloaded the source code of Ping Viewer on github, but I can't find the program for return plot drawing?

patrickelectric commented 1 year ago

It's the chart component: https://github.com/bluerobotics/ping-viewer/blob/master/qml/Chart.qml

Leonidas-Lee commented 1 year ago

It's the chart component: https://github.com/bluerobotics/ping-viewer/blob/master/qml/Chart.qml

Okay, thank you!