Draw a line graph from data

What kind of possibilities does App inventor has for drawing the line chart from data?

In my application, i have the temperature sensors connected to a controller and it is transmitting values over Bluetooth to my App.

I would like to have that data as a line graph on ex. our webpage or somewhere else from where I could track the temperature change over a longer period of time. Of course the Bluetooth should be connected all the time..

Thanks in advance!

AppInventor has a very nice Chart component, based on a modern and rich library. This component allows you to connect directly to the bluetooth component to display the received data on the graph.
You can find how to do this in many tutorials, both from ABG and one from me.

Thanks, i will check this!