fix: display legend mixed timeseries chart (#35005)

This commit is contained in:
SBIN2010
2025-09-05 02:39:57 +03:00
committed by GitHub
parent 7fb7ac8bef
commit 031fb4b5a8
2 changed files with 38 additions and 0 deletions

View File

@@ -423,6 +423,7 @@ export default function transformProps(
{
...entry,
id: `${displayName || ''}`,
name: `${displayName || ''}`,
},
colorScale,
colorScaleKey,
@@ -489,6 +490,7 @@ export default function transformProps(
{
...entry,
id: `${displayName || ''}`,
name: `${displayName || ''}`,
},
colorScale,