| response | string | Name of the response object to get the facet from. |
| facet-name | string | Name of the facet to retrieve the data from. |
| map | string | The map to use to render the data on. |
| key (optional) | string | The property for joining the data. (Default: ‘hc-key’) More details here |
| title (optional) | string | Title for the chart. |
| subtitle (optional) | string | Subtitle for the chart. |
| series-name (optional) | string | Name of the series. (Default: Name from the facet) |
| query (optional) | string | Name of the query to apply filters to. |
| options (optional) | object | Extend the current options. Options can be found here. |
| select (optional) | string | How the data should be filtered when clicking on a part of the chart, a valid query must be present. Valid values: ● click User selects a filter by clicking the value; (default) ● multiselect Supports selecting multiple filters that get combined with an ‘OR’. ● multiselect-instant Supports selecting multiple filters that get combined with an ‘OR’, filters will be applied automatically. |