Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Percent graph in Faceted Search loses colour (and style) after filter

kdpApr 9 2025

Exactly what the title says.

When loading the page it shows just fine, when filtering the records, the percentage colour disappears.
(having a filter, and F5-ing the page brings it back btw, hence the same screenshot before and after applying a filter.)

Before:

After applying a filter

Before:

<div class="a-Report-percentChart" data-ft-chart="#4cd964" style="--a-percent-chart-bar-background-color: #4cd964;">
  <div role="meter" aria-valuenow="41" aria-label="Percent Graph" class="a-Report-percentChart-fill" data-width-fill="41" style="inline-size: 41%;">
  </div>
</div>

After:

<div class="a-Report-percentChart" data-ft-chart="#4cd964">
  <div role="meter" aria-valuenow="41" aria-label="Percent Graph" class="a-Report-percentChart-fill" data-width-fill="41">
  </div>
</div>

So after filtering it seems less stylish.

Any ideas on how to fix this? Or did I stumble onto a bug?

This post has been answered by fac586 on Apr 9 2025
Jump to Answer
Comments
Post Details
Added on Apr 9 2025
2 comments
158 views