mirror of
https://github.com/apache/superset.git
synced 2026-04-23 01:55:09 +00:00
fix: display legend mixed timeseries chart (#35005)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user