Skip to content

Commit

Permalink
describe new vars
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Oct 10, 2024
1 parent e242e46 commit 82fcae6
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,22 @@ Each Eaglescope dashboard needs a configuration url which contains global inform
<td>“csv” or “json”
</td>
</tr>
<tr>
<td>LAYOUT
</td>
<td>If set, split visualizations with a matching "designation" will be put in a special row/column on top/left.
</td>
<td>"left", or "top": default behavior is no split.
</td>
</tr>
<tr>
<td>LAYOUT_SIZE
</td>
<td>When LAYOUT is set, the size of the top/left section across that dimension.
</td>
<td>css-like string; default is "300px"
</td>
</tr>
</table>


Expand Down Expand Up @@ -182,6 +198,14 @@ Additionally, the field “VISUALIZATION_VIEW_CONFIGURATION” contains a list o
<td>42
</td>
</tr>
<tr>
<td>designation
</td>
<td>When LAYOUT is set to split, set to "left" or "top" to put in the non-default area; don't set to leave in the main area. Do not mismatch left and top across LAYOUT and designation, or affected charts not render at all.
</td>
<td>left
</td>
</tr>
</table>

## Visualization Types
Expand Down

0 comments on commit 82fcae6

Please sign in to comment.