Display the Chart with Minimal UI

2024-03-28

To embed an exported chart without surrounding user interface, create a simple file based module where your chart is included in a simple myChart.html file. Create a myChart.view.html file next to that page with the following content. This will load the necessary dependencies and create a page displaying only the simple chart. (To learn how to create a simple module, see Tutorial: Hello World Module.)

<view xmlns="http://labkey.org/data/xml/view" template="print" frame="none"> 
</view>

Finished

Congratulations! You have completed the tutorial and learned to create and modify a visualization using JavaScript.

Previous Step

Related Topics