...
The silence, as well as the absence of elements are key to properly communicate information. It’s up to the ability of the chart creator to master this skill. We just give you the tools. Clicking on the 👁 eye icon, the corresponding segment is hidden (or shown) in the chart:
...
Reorder segments
UPDATE THIS PARAGRAPH
In the same line of hiding segments or With a similar aim of customizing the colors of our charts, rearranging the position of or hiding segments, moving around the existing segments or values to new positions reinforces the way we transmit the information with our charts.Just drag and drop any segment or value message of the information we are transmitting to the target audience.
For doing so, drag and drop the segments or values from the six dots in the left side of the segments and move it , upwards or downwards, to the correct placenew position, and the chart will be updated accordingly.
...
Name your gadget meaningfully, so everyone knows at a glance what it is about and when to use it. Fill out the rest of the fields as applicable, namely:
UPDATE THIS PARAGRAPH
The datasource, where the Confluence cloud instance is installed.
The PQL (Jira Query Language) query or filter to filter the list of issues (see the PQL documentation). If you don’t add any and click “Load”, the gadget will request all the content in the source instance, this might cause performance issues. We recommend to add at least one clause, for example to list all the issues of the project Teams in Space use the clause
project = "TIS”
. And remember that the gadget returns the results of the query, which are not fixed and could change over time.The View Type parameter to indicate the visual representation of the PQL query results: Table, line chart, tile chart, pie chart, bar chart, grouped bar chart, stacked bar chart or multi line chart.
The Chart by parameter (just for charts) to select the x-axis value, in other words, what you see in the horizontal axis. These values or concepts are indicated in the chart legend.
The Type parameter (just for charts) to indicate what type of aggregation you want to apply to the field parameter: Count, sum, max, min, mean. Check the aggregations section.
The Field parameter (just for charts) to select the y-axis values (vertical axis), think of what you want to count (or any other aggregation) and plot in the chart.
The columns (just for the table view) that will appear in the list to display the search results. At least one column has to be present. Drag and drop to reorder the columns. Check the section.
Group results by selected columns (just for the table view) in case you want to group the results of the query by the previously selected columns. The resulting rows the result rows will be split intogroups, based on their values. Check the group results section.
The aggregations (just for the table view) in case you need to perform calculations -Count, sum, max, min, mean- over the results. Check the aggregations section.
Finally, indicate if you want to use the current settings for all the compatible gadgets in the dashboard. This option eases the pain of configuring one by one the rest of the gadgets with the same default configuration
...