diff --git a/README.md b/README.md index 4f1c6f1..1bbd68f 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,14 @@ __Show legend__ checkbox toggles legend at the bottom of the panel. __Rows sort__ can be used to sort labels on Y axis. Metrics — sort y labels as they are defined on Metrics tab. a→z and z→a sort labels descending or ascending in a [natural](https://developer.mozilla.org/ru/docs/Web/JavaScript/Reference/Global_Objects/String/localeCompare) order. +#### Pagination + +![Pagination controls](src/img/pagination-graph.png) + +__Enable pagination__ toggles pagination controls on graph. + +__Rows per page__ a number of rows to display on graph. + #### Tooltip ![Tooltip in frozen state](src/img/tooltip-frozen.png) diff --git a/dist/README.md b/dist/README.md index 4f1c6f1..1bbd68f 100644 --- a/dist/README.md +++ b/dist/README.md @@ -182,6 +182,14 @@ __Show legend__ checkbox toggles legend at the bottom of the panel. __Rows sort__ can be used to sort labels on Y axis. Metrics — sort y labels as they are defined on Metrics tab. a→z and z→a sort labels descending or ascending in a [natural](https://developer.mozilla.org/ru/docs/Web/JavaScript/Reference/Global_Objects/String/localeCompare) order. +#### Pagination + +![Pagination controls](src/img/pagination-graph.png) + +__Enable pagination__ toggles pagination controls on graph. + +__Rows per page__ a number of rows to display on graph. + #### Tooltip ![Tooltip in frozen state](src/img/tooltip-frozen.png) diff --git a/dist/img/pagination-graph.png b/dist/img/pagination-graph.png new file mode 100644 index 0000000..1d8b91e Binary files /dev/null and b/dist/img/pagination-graph.png differ diff --git a/dist/img/tooltip-frozen.png b/dist/img/tooltip-frozen.png new file mode 100644 index 0000000..ef6bd61 Binary files /dev/null and b/dist/img/tooltip-frozen.png differ diff --git a/src/img/pagination-graph.png b/src/img/pagination-graph.png new file mode 100644 index 0000000..1d8b91e Binary files /dev/null and b/src/img/pagination-graph.png differ