mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 06:12:20 +08:00
TimeSeries: Don't re-init chart with bars style on data updates (#83355)
This commit is contained in:
@ -353,7 +353,6 @@ describe('GraphNG utils', () => {
|
||||
"config": {
|
||||
"custom": {
|
||||
"drawStyle": "bars",
|
||||
"spanNulls": -1,
|
||||
},
|
||||
},
|
||||
"labels": {
|
||||
@ -386,7 +385,6 @@ describe('GraphNG utils', () => {
|
||||
"config": {
|
||||
"custom": {
|
||||
"drawStyle": "bars",
|
||||
"spanNulls": -1,
|
||||
},
|
||||
},
|
||||
"labels": {
|
||||
|
Reference in New Issue
Block a user