mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
feat(storybook): Co-habitating/Upgrading Storybooks to v7 (dependency madness ensues) (#26907)
This commit is contained in:
@@ -187,9 +187,9 @@ export default function transformProps(
|
||||
currencyFormat,
|
||||
granularitySqla = '',
|
||||
groupby,
|
||||
increaseColor,
|
||||
decreaseColor,
|
||||
totalColor,
|
||||
increaseColor = { r: 90, g: 193, b: 137 },
|
||||
decreaseColor = { r: 224, g: 67, b: 85 },
|
||||
totalColor = { r: 102, g: 102, b: 102 },
|
||||
metric = '',
|
||||
xAxis,
|
||||
xTicksLayout,
|
||||
|
||||
Reference in New Issue
Block a user