Skip to content

Commit 811326e

Browse files
author
Jim Hague
committed
Add screenshots and description of auto-trace to the README.
1 parent b62e5fc commit 811326e

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,24 @@ Works with grafana 4, 5, and 6
1515
![Screenshot of scatter plot](https://raw.githubusercontent.com/NatelEnergy/grafana-plotly-panel/master/src/img/screenshot-multiple-trace.png)
1616
![Screenshot of 3d scatter plot](https://raw.githubusercontent.com/NatelEnergy/grafana-plotly-panel/master/src/img/screenshot-scatter-3d.png)
1717
![Screenshot of the options screen](https://raw.githubusercontent.com/NatelEnergy/grafana-plotly-panel/master/src/img/screenshot-options-new.png)
18+
![Screenshot of horizontal bar chart](https://raw.githubusercontent.com/NatelEnergy/grafana-plotly-panel/master/src/img/screenshot-hbar-single-trace.png)
19+
![Screenshot of horizontal bar chart](https://raw.githubusercontent.com/NatelEnergy/grafana-plotly-panel/master/src/img/screenshot-hbar-multi-trace.png)
20+
![Screenshot of stacked vertical bar chart](https://raw.githubusercontent.com/NatelEnergy/grafana-plotly-panel/master/src/img/screenshot-vbar-stacked-auto-trace.png)
21+
22+
### Auto-trace
23+
24+
Sometimes the number and identity of the traces on a plot varies depending
25+
on a property of the data being plotted. Auto-trace mode allows traces
26+
to be constructed from the query result. The query must return exactly
27+
3 columns. The column contents must be:
28+
29+
1. The trace name. This must be a string.
30+
1. An X value for the named trace.
31+
1. The corresponding Y value.
1832

1933
### Building
2034

21-
To complie, run:
35+
To compile, run:
2236

2337
```
2438
npm install -g yarn
121 KB
Loading
145 KB
Loading
91.6 KB
Loading

0 commit comments

Comments
 (0)