Add mosaic visualization (#2248)

* Create mosaic.md

* Add mosaic

* Update content/influxdb/v2.0/visualize-data/visualization-types/mosaic.md

Co-authored-by: Russ Savage <russorat@users.noreply.github.com>

* Update content/influxdb/v2.0/visualize-data/visualization-types/mosaic.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/influxdb/v2.0/visualize-data/visualization-types/mosaic.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

Co-authored-by: Russ Savage <russorat@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
pull/2252/head
noramullen1 2021-03-05 12:01:22 -08:00 committed by GitHub
parent 2b32d81d85
commit beb3d7b131
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 75 additions and 6 deletions

View File

@ -153,16 +153,16 @@ To view **Band** controls, click **{{< icon "gear" >}} Customize** next to the v
- **Generate Y-Axis Tick Marks**: Select the method to generate y-axis tick marks:
- **Auto**: Select to automatically generate tick marks.
- **Custom**: To customize the number of y-axis tick marks, select this option, and then enter the following:
- **Total Tick Marks**: Enter the total number of timestamp ticks to display.
- **Start Tick Marks At**: Enter the time, in RFC3339 format, to start displaying ticks.
- **Tick Mark Interval**: Enter the number of milliseconds in between each timestamp tick.
- **Total Tick Marks**: Enter the total number of ticks to display.
- **Start Tick Marks At**: Enter the value to start ticks at.
- **Tick Mark Interval**: Enter the interval in between each tick.
- **Y Axis Domain**: Select the method to generate the y-axis value range:
- **Auto**: Select to automatically determine the value range based on values in the data set.
- **Custom**: To customize the y-axis domain, manually specify the minimum y-axis value, maximum y-axis value, or range by including both.
- **Min**: Enter the minimum y-axis value.
- **Max**: Enter the maximum y-axis value.
<!--
###### Legend
- **Legend Orientation**: Select the orientation of the legend that appears upon hover:
@ -170,5 +170,3 @@ To view **Band** controls, click **{{< icon "gear" >}} Customize** next to the v
- **Vertical**: Select to display the legend vertically.
- **Opacity**: Adjust the legend opacity using the slider.
- **Colorize Rows**: Select to display legend rows in colors.
-->

View File

@ -0,0 +1,71 @@
---
title: Mosaic visualization
list_title: Mosaic
list_image: /img/influxdb/2-0-visualizations-mosaic-example.png
description: >
The Mosaic visualization displays data from two or more qualitative variables.
weight: 206
menu:
influxdb_2_0:
name: Mosaic
parent: Visualization types
---
The **Mosaic** visualization displays data from two or more qualitative variables.
{{< img-hd src="/img/influxdb/2-0-visualizations-mosaic-example.png" alt="Mosaic data visualization" />}}
Select the **Mosaic** option from the visualization dropdown in the upper left.
## Mosaic behavior
The mosaic visualization displays string values in a graph.
## Mosaic controls
To view **Mosaic** controls, click **{{< icon "gear" >}} Customize** next to the visualization dropdown.
###### Data
- **Fill Column**: Select a column to fill in the mosaic tiles.
- **X Column**: Select a column to display on the x-axis.
- **Y Column**: Select one or more columns to display on the y-axis.
- **Time Format**: Select the time format. Options include:
- `YYYY-MM-DD HH:mm:ss ZZ`
- `DD/MM/YYYY HH:mm:ss.sss`
- `MM/DD/YYYY HH:mm:ss.sss`
- `MM/DD/YYYY HH:mm:ss.SSS`
- `YYYY/MM/DD HH:mm:ss`
- `hh:mm a`
- `HH:mm`
- `HH:mm:ss`
- `HH:mm:ss.sss`
- `MMMM D, YYYY HH:mm:ss`
- `dddd, MMMM D, YYYY HH:mm:ss`
###### Options
- **Color Scheme**: Select a color scheme to use for your graph.
###### X Axis
- **X Axis Label**: Enter a label for the x-axis.
- **Generate X-Axis Tick Marks**: Select the method to generate x-axis tick marks:
- **Auto**: Select to automatically generate tick marks.
- **Custom**: To customize the number of x-axis tick marks, select this option, and then enter the following:
- **Total Tick Marks**: Enter the total number of timestamp ticks to display.
- **Start Tick Marks At**: Enter the time, in RFC3339 format, to start displaying ticks. Use the **Date Picker** field to automatically generate an RFC3339 formatted timestamp for this field.
- **Tick Mark Interval**: Enter the number of milliseconds in between each timestamp tick.
###### Y Axis
- **Y Axis Label**: Enter a label for the y-axis.
- **Y Label Separator**: If there's more than one column on the y-axis, enter a delimiter to separate the label, such as a comma or space. If there's no separator specified, the labels are a continuous string of all y columns.
- **Generate Y-Axis Tick Marks**: Select the method to generate y-axis tick marks:
- **Auto**: Select to automatically generate tick marks.
- **Custom**: To customize the number of y-axis tick marks, select this option, and then enter the following:
- **Total Tick Marks**: Enter the total number of ticks to display.
- **Start Tick Marks At**: Enter the value to start ticks at.
- **Tick Mark Interval**: Enter the interval in between each tick.
###### Legend
- **Legend Orientation**: Select the orientation of the legend that appears upon hover:
- **Horizontal**: Select to display the legend horizontally.
- **Vertical**: Select to display the legend vertically.
- **Opacity**: Adjust the legend opacity using the slider.
- **Colorize Rows**: Select to display legend rows in colors.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 119 KiB

After

Width:  |  Height:  |  Size: 46 KiB