Dashboard: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 6: | Line 6: | ||
https://github.com/Tygron/tygron-dashboard | https://github.com/Tygron/tygron-dashboard | ||
Installers for Dashboards can also be developed with this library. An example of an installer is the hso-installer, found on the Public Share under ''plugins/hso.txt''. | Installers for Dashboards can also be developed with this library. An example of an installer is the hso-installer, found on the Public Share under ''plugins/hso.txt''. These installers can configure specific settings and add the Overlays, Areas, and Panels required for a dashboard. | ||
{{article end | {{article end | ||
Revision as of 07:51, 8 July 2026

Using Text Panels it is possible to create custom informational displays, commonly refered to as "dashboards". These dashboards can be created using HTML, Javascript, and CSS. To support this functionality, the Plotly library is also provided as a built-in option, allowing for the easy creation of graphs and charts.
A JavaScript Dashboarding Library is provided at Github:
https://github.com/Tygron/tygron-dashboard
Installers for Dashboards can also be developed with this library. An example of an installer is the hso-installer, found on the Public Share under plugins/hso.txt. These installers can configure specific settings and add the Overlays, Areas, and Panels required for a dashboard.