From 7646aa7eac58167095a03254070e5e98d7c788b3 Mon Sep 17 00:00:00 2001 From: Nora Date: Wed, 16 Jan 2019 10:38:56 -0800 Subject: [PATCH] Removed Note as visualization type --- content/v2.0/UI/visualization-types.md | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/content/v2.0/UI/visualization-types.md b/content/v2.0/UI/visualization-types.md index b35c30918..36c46e4a4 100644 --- a/content/v2.0/UI/visualization-types.md +++ b/content/v2.0/UI/visualization-types.md @@ -20,7 +20,6 @@ Each of the available visualization types and available user controls are descri * [Bar Graph](#bar-graph) * [Gauge](#gauge) * [Table](#table) -* [Note](#note) For information on adding and displaying annotations in graph views, see [Adding annotations to Chronograf views](/chronograf/v1.7/guides/annotations/). @@ -258,21 +257,3 @@ Use the **Table Controls** to specify the following: #### Table view example ![Table example](/img/chronograf/chrono-viz-table-example.png) - -### Note - -The **Note** panel displays Markdown-formatted text with your graph. - -![Note selector](/img/chronograf/chrono-viz-note-selector.png) - -#### Note Controls - -![Note Controls](/img/chronograf/chrono-viz-note-controls.png) - -Enter your text in the **Add a Note** panel, using Markdown to format the text. - -Enable the **Display note in cell when query returns no results** option to display the note text in the cell instead of `No Results`. - -#### Note view example - -![Note example](/img/chronograf/chrono-viz-note-example.png)