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) {
|
function drawSeries(series) {
|
||||||
if (series.lines.show)
|
if (series.lines.show) {
|
||||||
drawSeriesLines(series);
|
drawSeriesLines(series);
|
||||||
if (!series.points.show && !series.bars.show) {
|
if (!series.points.show && !series.bars.show) {
|
||||||
// not necessary if user wants points displayed for everything
|
// not necessary if user wants points displayed for everything
|
||||||
drawOrphanedPoints(series);
|
drawOrphanedPoints(series);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
if (series.bars.show)
|
if (series.bars.show)
|
||||||
drawSeriesBars(series);
|
drawSeriesBars(series);
|
||||||
if (series.points.show)
|
if (series.points.show)
|
||||||
|
Loading…
Reference in New Issue
Block a user