mirror of
https://github.com/grafana/grafana.git
synced 2025-01-01 11:47:05 -06:00
GraphNG: fix fillBelowTo regression (#30330)
This commit is contained in:
parent
803fe70c3e
commit
9d4769fd74
@ -87,7 +87,7 @@ export class UPlotConfigBuilder {
|
||||
config.cursor = this.cursor || {};
|
||||
|
||||
// When bands exist, only keep fill when defined
|
||||
if (config.bands?.length) {
|
||||
if (this.bands?.length) {
|
||||
config.bands = this.bands;
|
||||
const keepFill = new Set<number>();
|
||||
for (const b of config.bands) {
|
||||
|
Loading…
Reference in New Issue
Block a user