Beebotte allows you to make sense of your data by creating dashboards with different data visualization widgets.
Beebotte dashboards can be private or public:
Private dashboards are only accessible to their owner.Public dashboards can be viewed and shared by anyone. They are listed on the explore page of Beebotte.Moreover, a dashboard can be shared using a shared link
to grant whoever has the link read access to the dashboard.
This is a convenient way to share access to private dashboards to non Beebotte users.
Dashboard shared link can easily be disabled if required.
Beebotte dashboards can be embedded in external web applications using
iframe, embed or object HTML tags and a link of the form:
https://beebotte.com/embed/dash/DASHBOARD_ID
Using iframe, this can be done as follows:
<iframe border="0" width="100%" height="480" src="https://beebotte.com/embed/dash/2e471710-ebf3-11e6-a1a7-850c2f818a0d"></iframe>
Beebotte currently supports the following widgets:
Allows you to add a clock widget for the timezone of your choice.
Allows you to add a free text that can be HTML encoded. You can reference the most recent value of your beebotte resources via the following syntax:
{{ channel.resource }}
{{ channel.resource.ts }} will provide the time of the most recent value of your beebotte resource.
You can also include expressions as described here like:
{{ channel.resource1 - channel.resource2 }}
{{ channel.resource1 > channel.resource2 }}
As an example, the following text will generate the shown text area widget.

Allows you to query the most recent value of one of your channel resources.
Allows you to display the most recent value of one of your channel resources in a gauge chart.
Allows you to display your data in a timeline chart. The data can be live or historical. Beebotte offers the following time ranges:
Last HourLast 3 HoursLast 12 HoursTodayCurrent Week2 WeeksLast MonthCurrent Month6 Months12 MonthsYear to DateAllows you to display data from multiple resources in a timeline chart. The data can be live or historical. Beebotte offers the following time ranges:
Last HourLast 3 HoursLast 12 HoursTodayCurrent Week2 WeeksLast MonthCurrent Month6 Months12 MonthsYear to DateAllows you to query your data in a basic table chart. The following columns are displayed: Resource, Value and Time.
Allows you to represent your historical data in a heat map chart. The chart displays the average value of your resource per hour. This is convenient for comparing metrics over long periods of time. Beebotte offers the following time ranges:
2 WeeksLast MonthCurrent Month6 Months12 MonthsYear to Date