-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Forge - App UI Web
-
None
-
Minor
-
Resiliency
Issue Summary:
The colorPalette property definition is ignored for Forge apps installed in Bitbucket Cloud.
Steps to Reproduce
- Create an app with a colorPalette definition that differs from the default colors:
colorPalette={[ { key: 'A', value: '#FF0000' }, // red { key: 'B', value: '#0000FF' }, // blue { key: 'C', value: '#00FF00' }, // green { key: 'D', value: '#FF00FF' }, // magenta ]}
Expected Results
Charts render using the color definition from the colorPalette property.
Actual Results
Charts are rendered using the default colors, ignoring the colorPalette definition.
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available
- is connected to
-
EXT-4634 Loading...