@seatsio/seatsio-types 6.5.0 → 6.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +5 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -234,6 +234,11 @@ export interface ChartRendererConfigOptions extends DeprecatedConfigProperties,
|
|
|
234
234
|
* @default true
|
|
235
235
|
*/
|
|
236
236
|
showFullScreenButton?: boolean;
|
|
237
|
+
/**
|
|
238
|
+
* Whether to show the accessibility filter. See the {@link https://docs.seats.io/docs/renderer/config-showAccessibilityFilter documentation} for more information.
|
|
239
|
+
* @default true
|
|
240
|
+
*/
|
|
241
|
+
showAccessibilityFilter?: boolean;
|
|
237
242
|
/**
|
|
238
243
|
* If true, a legend with the category names and colors is rendered at the top of the chart.
|
|
239
244
|
* @default false
|