From 9678be15d9aa68fad67af579ff49273e9c08f4ab Mon Sep 17 00:00:00 2001 From: bergquist Date: Mon, 22 Jan 2018 08:16:15 +0100 Subject: [PATCH] changelog: adds note about closing #9770 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index da4fe019959..3a2afe85dbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,9 @@ The new grid engine is major upgrade for how you can position and move panels. I Dashboard panels and rows are positioned using a gridPos object `{x: 0, y: 0, w: 24, h: 5}`. Units are in grid dimensions (24 columns, 1 height unit 30px). Rows and Panels objects exist (together) in a flat array directly on the dashboard root object. Rows are not needed for layouts anymore and are mainly there for backward compatibility. Some panel plugins that do not respect their panel height might require an update. +## Minor +* **Graph**: Don't hide graph display options (Lines/Points) when draw mode is unchecked [#9770](https://github.com/grafana/grafana/issues/9770), thx [@Jonnymcc](https://github.com/Jonnymcc) + # 4.7.0 (unreleased / v4.7.x branch) ## Breaking changes