Property colorPalette is ignored in Bitbucket Cloud

XMLWordPrintable

    • 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

      1. 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

              Assignee:
              Unassigned
              Reporter:
              Lucas Bugs
              Votes:
              2 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated: