Properties
textOverrides

textOverrides

Sometimes, you'll want to override the text for parts of the Dashboard. We allow you to do this by setting these overrides in a textOverrides object.

The supported overrides are currently;

view.data-set-changed

Change the text displayed when a data set has been modified, and can no-longer support the view the user has configured.

dashboard-filters.call-to-action

Change the call to action text to configure the dashboard level filters.

editor.tab.heading.data

Change the text of the 'data' panel toggle button.

editor.tab.heading.format

Change the text of the 'format' panel toggle button.

editor.tab.heading.controls

Change the text of the 'controls' panel toggle button.

Example usage

<Vizzly.Dashboard
  textOverrides={{
    'editor.tab.heading.format': 'Style'
  }}
  // rest of the props
/>