feat(storybook): Co-habitating/Upgrading Storybooks to v7 (dependency madness ensues) (#26907)

This commit is contained in:
Evan Rusackas
2024-02-15 07:40:17 -07:00
committed by GitHub
parent e43097329f
commit 753ef69529
233 changed files with 22456 additions and 23297 deletions

View File

@@ -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,