You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
field. This is used to distinguish between different groups in the
44
-
stacked bar chart.
42
+
|Custom Dimensions |on/off |off |If enabled, the chart will no longer autofit to the size of the report card. If width extends beyond the report card, a scroll bar will be introduced to explore the chart horizontally.
45
43
46
44
|Value Scale |List |linear |When set to symlog, uses a Symmetric
47
45
logarithmic scale instead of the default linear scale.
@@ -98,7 +96,16 @@ label on top of the visualization (if enabled).
98
96
|Auto-run query |on/off |on |when activated automatically runs the query
99
97
when the report is displayed. When set to `off', the query is displayed
100
98
and will need to be executed manually.
99
+
101
100
|Report Description |markdown text | | When specified, adds another button the report header that opens a pop-up. This pop-up contains the rendered markdown from this setting.
101
+
102
+
|Bar Width |number |10 |*Only active when 'Custom Dimensions' is on.* The width of each bar. Increasing the bar width will increase the width of the chart. This setting will have the largest influence on the width of the chart.
103
+
104
+
|Expand Height For Legend |on/off |off |Useful for when the legend has many labels. When enabled the chart height will adjust to the number of rows returned by the query and therefore will prevent legend labels being cut off.
105
+
106
+
|Inner Padding |number |0 |When specified, will add padding between any grouped elements.
107
+
108
+
|Legend Position |Vertical/Horizontal |Vertical |Will dictate whether the lagend is displayed vertically on the right hand side of the chart or horizontally on the bottom of the chart.
0 commit comments