Pages
Learn about Ubidots custom dashboard pages
Be aware that the maximum Page ZIP file size is 5 MB.
This feature requires an Enterprise License. Please contact [email protected] for further information.
Like an HTML Canvas widget, a Page lets you expose lightweight, custom, purpose-built UIs from Ubidots dashboards, or even publicly. The key difference is that a Page loads custom code across the full width and height of the dashboard where it is displayed, instead of being constrained to a widget container. This gives you more accurate control over responsiveness and lets you implement vertical scrolling like a regular website. It also keeps the ability to interact with dashboard controls such as the date and time picker, the device selector for dynamic dashboards, and the real-time, refresh, and full-screen buttons.
For example, here is a custom-developed bar breakdown widget displayed as an HTML Canvas. As you can see, it is fixed to the widget container.

The same code, when uploaded as a Page, takes the entire dashboard space as its parent container:

Continue to learn about Page development, creation, and publication.
Last updated
Was this helpful?