Skip to content

Commit

Permalink
add the scrolling parameter to the optional configuration table
Browse files Browse the repository at this point in the history
  • Loading branch information
klaernie committed Apr 2, 2023
1 parent 8b5b8df commit 64bf5b8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ modules: [
url: "https://localhost:5000/....", // see below on how to get the URL from Grafana
width: "100%", // Optional. Default: 100%
height: "100%", // Optional. Default: 100%
scrolling: "yes", // Optional. Default: no
scrolling: "no", // Optional. Default: no
refreshInterval: 900 //Optional. Default: 900 = 1/4 hour
}
},
Expand Down Expand Up @@ -102,5 +102,11 @@ The following properties can be configured:
<br><b>Default value:</b> <code>900</code> = 15 \* 60 (four times every hour)
</td>
</tr>
<tr>
<td><code>scrolling</code></td>
<td>if set to <code>yes</code> it enables the iframe content to be scrollable.
<br><b>Default value:</b> <code>no</code>
</td>
</tr>
</tbody>
</table>

0 comments on commit 64bf5b8

Please sign in to comment.