Basics of Customizing Visuals

Take the chart built in Creating Visuals and make it presentable.

The same chart before and after customization
ℹ️ Before and After Notice how much more presentable and readable the AFTER chart is.

Step 1: Open the Customization Panel

  • Click the column you want to customize — start with the bars, i.e. the count of customer names (the Y-axis here).
  • This opens the customization panel for that attribute.
The attribute customization panel
ℹ️ Everything Has a Home The options are organized by what they affect. Customizing an axis? Everything is under the Axis panel. Customizing a label? Everything is under the Label panel.

Step 2: Style the Axis Labels

Start by making the axis labels black, bold, and 9px. Click Save when done.

Customizing axis label typography

Step 3: Hide the Axis Name

Next, hide the axis name. You will need to open the config panel again. Click Save when done.

Hiding the axis name

Step 4: Add Data Labels

Add the data labels and customize them. Click Save when done.

Adding and styling data labels

Step 5: Customize the Other Axis

Click on country and customize it the same way. Note that this time the labels have also been rotated by 90°. Click Save when done.

Customizing the country axis, with rotated labels

Step 6: Switch to a Bar Chart

Change the column chart to a bar chart: click the "Show me" attribute and change Chart Type to bar chart.

ℹ️ Why Chart Type Lives on the Attribute Putting this option inside an attribute makes much more sense once you reach advanced charts and customizations.
Switching the chart type to bar

Step 7: Make the Chart Scrollable

There is too much data on the tile. Make the chart scrollable so it stays readable.

  • Click Visual StylingComponent StylingZoom Controls
  • Select Allow Y-axis zooming
  • Set Initial Zoom — End at row to 10 and width to 0
  • Click Save
Configuring zoom controls
ℹ️ Result The chart is much more readable now and shows a scroll bar, which works when you click and drag.
⚠️ However Scrolling should also work with the mouse wheel. Let's fix that next.

Step 8: Enable Mouse and Touch Scrolling

In the same Zoom Controls section, enable Allow touch controls for zoom and Touch Zoom should work on Y Axis, then click Save.

Enabling touch and mouse-wheel zoom
ℹ️ Result Mouse scroll now works on the chart, and readers can scroll easily on touch devices like phones and tablets.

Step 9: Fix the Spacing

The spacing at the left edge is too tight.

  • In Visual StylingComponent Styling, find Body
  • Update the Padding values
  • Click Save
ℹ️ Also To keep the chart clean, the Split Line has been disabled here too.
Adjusting body padding and disabling split lines

Step 10: Title and Style

Finally, give the chart a title and a style.

  • Title options live under Title, Subtitle & Disclaimer
  • Header colour options live under Visual StylingComponent StylingHeader
The finished, styled chart