Data bar solid color?
Is it possible to switch off the gradient color or at least have a distinct end to the gradient bar? or reverse it so the solid color bar is at the end instead of the beginning
Solution:
You can add CSS to remove the gradient like this
<style>
._gridGradient {
background: blue !important;
}
</style>