Widgets Overview

Widgets Overview

Dashboards are composed by widgets that can display and collect data from users. TagoIO provides a variety of widgets to handle your data in real time. The available options cover from simple dials to tables, maps, videos, and even forms that you can use to allow the user to input data.

Learn how to create dashboards.


You can add up to 100 widgets in a single dashboard. It includes the total in all tabs.

Note that you can even create your own widget by using the Custom Widget.


    • Related Articles

    • Gauge Overview

      Gauge contains a collection of metric widgets. You can choose among several types of Gauges that will present the last value of a variable in different formats. Dial Dials are one of the simplest and more useful widgets. They make it easy to ...
    • Dashboard Overview

      A dashboard is where you place your widgets to visualize and interact with data, all in real-time. Dashboards can also be shared with end-users that will access your application using TagoRUN. All your dashboards are listed on the sidebar of the ...
    • Connector Overview

      Connectors enable you to create a device with built-in behaviors that allow it to communicate with a Network very easily. They also help you automate and scale your devices, once you create a device using a connector, that device will also run the ...
    • Creating Keypad Widgets

      This article will demonstrate how to create a Keypad Widget using the TagoIO Node.js SDK. In order for you to create keypad widgets, this is the structure that you will need to send to the account.dashboards.widgets.create method. {   "analysis_run": ...
    • Embedding Widgets to your website

      Embedded widgets are a powerful feature if you want an easy way to display your data from Tago in another application. By generating the embedding code on a widget, you can add it to your website, or any other application. Below is a simple example ...