More chart properties

Edit more properties

The More properties dialog is within the Editor panel. You can also select the element and use the keyboard shortcut: SHIFT + E + P to open More properties. 

More properties dialog displaying chart settings with height (260), width (400), mode (lines), plotlyType (scatter), showBasisInTitles disabled, showLegend enabled, showOverall disabled, and type (scatter). Expandable sections include legend, xaxis, yaxis, margin, reverse, titles, powerpoint, and footnote.

Select/deselect properties

The

A green toggle button with a white checkmark icon, indicating an enabled or selected state.

indicates that the property is selected. Press to deselect the property.

The

A blue toggle button with a white X icon, indicating a disabled or deselected state.

indicates that the property is not selected. One press will reset the property to the default state. Two presses will select the property.

Add properties

The properties readily available to edit are dependent on the element's chart type. Pressing on "+ new attribute" and enter a "key" and "value" pair if you want to edit and attribute that isn't shown.

Press the "+" sign next to each sub-category to expand and edit those additional properties.

Commonly used properties

coalesceBars

Select this property for scale questions when you want to the bars to show your statistics nets (i.e. Top 2 box) instead of individual values. This works for Beta charts and plotly Bar and Column charts. 

Bar chart titled 'Discrete group, print layout chart, statistics, coalesce bars' showing ratings (B2B, MB, T2B, Don't know, [NA]) for eight Hanahaki Disease therapies (bolciclovir, Diaclet, andriaxone, cegriperone, fotiazole, estrantomib, gliacalcet, hifiramid) with percentages and base sizes of 690.

legendLabelColors

Select to match the font color of legend labels to the legend icon colors. Deselect this property and the legend label font defaults to black. 

Bar chart identical to the previous one showing therapy ratings, with the same data for eight therapies and rating categories (B2B, MB, T2B, Don't know, [NA]), demonstrating a different title styling option.

showBasisInTitles

This property adds the N size to the category labels on plotly Bar and Column charts. 

Vertical grouped bar chart titled 'Q3 by Wave' displaying T2B (top 2 box) ratings for eight Hanahaki Disease therapies across three waves (W1, W2, W3). Each therapy is represented by different colored bars with percentage labels, sample sizes shown as N=228, N=231, N=231.

dataValues

Choose to show or hide the dataValue labels on plotly Bar, Column and Line charts. 

Line chart titled 'Line chart by S1' showing two trend lines (Practice Nurse in green, General Practitioner in blue) comparing percentages across six products (Product D, B, F, C, A, E). Values range from 6% to 38%, with both lines showing similar patterns.

maxLabelLength

You can set where text wraps by editing maxLabelLength under, xaxis or yaxis. This attribute takes a numeric value. 

For instance the xaxis for the chart below is set to wrap after 15 characters. Note, your chart should have wrap selected in the Chart type dialog, otherwise setting maxLabelLength will just truncate the text after the specified number of character. 

This property is also under legend, but the legend doesn't wrap text and will truncate the text after the specified maxLabelLength.

Vertical bar chart titled 'Numeric compact group, issue #669 barchart' displaying percentages for four treatment actions: Initiate drug therapy (17.1%), Switch to another drug (13.6%), Refer to a colleague (18.1%), and None of the above (5.79). All bars are blue with white percentage labels.

xaxis and yaxis

Add axis titles by setting the attribute value to a string (i.e. % of HCPs). 

Vertical column chart titled 'Numeric question, column chart, crosstab' showing the distribution of patients who refilled/renewed prescriptions across five ranges: 0 (9%), 1 to 25 (17%), 26 to 50 (37%), 51 to 75 (25%), and 76 to 100 (13%). The y-axis shows '% of HCPs' and all bars are blue.

Add a custom range (i.e. [0,1]) and deselect autorange if you have a specific scale you want to show on the axis. 

Vertical column chart with identical data to image 9, showing patient prescription renewal distribution across the same five ranges (0, 1 to 25, 26 to 50, 51 to 75, 76 to 100) with percentages 9%, 17%, 37%, 25%, and 13%.

You can deselect visible under the x or yaxis properties to hide the axis altogether. 

Vertical column chart similar to images 9 and 10, but with a reduced y-axis scale from 0% to 40% instead of 100%, making the bars appear taller and the differences more pronounced. Shows the same five ranges with identical percentages.

showSignificance

You can hide significance testing on specific questions by deselecting the showSignificance property. You can set the type of stats tests for crosstab tables globally in project properties

showOverall

Choose to show or hide the Overall column when charts/tables have a crosstab. You can also select Overall in the Chart type dialog.

Vertical column chart titled 'Numeric compact question, column chart, crosstab by Wave' displaying mean percentages across four categories: Overall (45.5), W1 (47.1), W2 (44.8), and W3 (44.5). All bars are blue with white numeric labels.

swapCategoryAndLegend

You can choose to swap the crosstab categories with the value categories using this property. You can also choose swap in the Chart type dialog.

Vertical column chart identical to image 12 but with the legend repositioned. Shows mean prescription percentages labeled as 'Mean' with four bars: W3 (44.5), W2 (44.8), W1 (47.1), and Overall (45.5), displayed with color coding in the legend (W3 green, W2 light green, W1 light blue, Overall blue).

nestCategoryAndLegend

Show legend and crosstab categories nested on an axis (left image) instead of showing titles in the legend area (right image). This property work for groups, with a compactto value, and a crosstab banner. 

Two horizontal bar charts side by side. Left chart titled 'Discrete compact group, bar chart, crosstab, stacked by Wave' shows stacked bars with therapy names on y-axis and waves as segments. Right chart titled 'Discrete compact group, bar chart, swap, crossstab by Wave' shows the same data with Wave on y-axis and therapies as segments, both labeled 'Not nested for comparison'.