mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge branch 'master' into develop
This commit is contained in:
commit
b530b9ce7f
3
public/vendor/flot/jquery.flot.js
vendored
3
public/vendor/flot/jquery.flot.js
vendored
@ -2310,12 +2310,13 @@ Licensed under the MIT license.
|
||||
}
|
||||
|
||||
function drawSeries(series) {
|
||||
if (series.lines.show)
|
||||
if (series.lines.show) {
|
||||
drawSeriesLines(series);
|
||||
if (!series.points.show && !series.bars.show) {
|
||||
// not necessary if user wants points displayed for everything
|
||||
drawOrphanedPoints(series);
|
||||
}
|
||||
}
|
||||
if (series.bars.show)
|
||||
drawSeriesBars(series);
|
||||
if (series.points.show)
|
||||
|
Loading…
Reference in New Issue
Block a user