Update comboSeriesBuilder.ts

This commit is contained in:
Nate Kelley 2025-04-11 09:29:58 -06:00
parent 1f15d0bb6a
commit f8142a9d50
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ type RenderBuilderProps = Pick<
| 'columnLabelFormats' | 'columnLabelFormats'
| 'xAxisKeys' | 'xAxisKeys'
| 'lineGroupType' | 'lineGroupType'
| 'barGroupType'
> & { > & {
yAxisItem: SeriesBuilderProps['allYAxisKeysIndexes'][number]; yAxisItem: SeriesBuilderProps['allYAxisKeysIndexes'][number];
index: number; index: number;