Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



Creating a Dashboard Based on One Table

Image Modified

Excerpt
hiddentrue
Handy Cards Content
linkhttps://docs.stiltsoft.com/pages/viewpage.action?pageId=37356366#UsingtheTableFilterandChartsAppinCombinationwiththeJiraIssuesMacro-CreatingaDashboardBasedonOneTable


You can create a dashboard with multiple charts and pivot tables based on one Jira Issues macro with the helsp of the Table Excerpt and Table Excerpt Include macros.

The following options are useful for better viewing:

  • Hide filtration panel (Tabel Filter)
  • Hide control panel (Pivot Table)
  • Hide chart controls (Chart from Table)
  • Show/hide source table (in Table filter, Pivot Table, Chart from Table)
  • Set chart dimensions
  • Align a chart
  • Chart legend position
  • Set colors and line settings


Handy Carousel



Create a user macro to hide the unnecessary information from the Jira Issues macro:



Code Block
languagexml
## @noparams


<style>

.refresh-issues-bottom { display: none}

</style>