Data visualization tools and services for Arduino & IOT

Hello!

I'm working on a project for the IOT and I would like to create a cool dashboard that displays graphs from values produced by sensors connected to Arduino. Currently connected to the web via serial USB and eventually via WIFI.

I know of a few online services that allow me to do something similar to that:

InitialState

IO Adafruit

Plotly

What services would you recommend?

Do you recommend a different approach than using such services?

Thank you for reading :slight_smile:

Heff:
What services would you recommend?

I use 2 of them:

http://forum.arduino.cc/index.php?topic=360051.0

i have used plotly in similar project . The main advantage of plotly is that it is easier to learn . you can write simple python script to make complicated graphs.