diff --git a/docs/source/topics/widgets.rst b/docs/source/topics/widgets.rst index fac5f80..142ef45 100644 --- a/docs/source/topics/widgets.rst +++ b/docs/source/topics/widgets.rst @@ -1,8 +1,9 @@ .. _widgets: +.. _dashboard: -Widgets -======= -You can use the report data on any other page, for example to create a dashboard. +Dashboards +========== +You can use the report data and charts on any other page, for example to create a dashboard. A dashboard page is a collection of report results / charts / tables. Adding a widget to a page is as easy as this code @@ -11,19 +12,21 @@ Adding a widget to a page is as easy as this code {% load static slick_reporting_tags %} - {# make sure to have the js_resources added to your page #} + {% block content %} +