📊Plugin Templating (Graphics)
Go deeper with custom screen styling, data visualization, and more.
Overview
The TRMNL design system is actively improving to suit the needs of our growing plugin directory and requests from developers like you.
As we extend native components, you are welcome (although not "encouraged") to provide in-line styling to plugin markup to achieve your desired effect.
On a limited basis you may also included 3rd party libraries, for example Highcharts, to create data visualizations such as charts and graphs.
Quickstart
Here's some example Markup content that will render a line chart:
If this is saved into a Custom Plugin > Markup field, the following screen will be rendered:
As you can see, this isn't pretty (yet).
Styling Charts and Graphs
Soon we'll provide tips to improve the look and feel of 3rd party embeds like Highcharts.
In the meantime, check out this Robinhood demo (requires TRMNL login). Inspect element and look for the <script> tag above the <div> with class "title_bar" for hints.
Last updated