From 075b2056336040965a92190bfaa003a84376c84b Mon Sep 17 00:00:00 2001 From: Ajda Date: Fri, 15 Dec 2023 12:56:51 +0100 Subject: [PATCH] [DOC] Line Chart: add note on pyqtgraph options --- doc/widgets/line_chart.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/widgets/line_chart.md b/doc/widgets/line_chart.md index 791032e..f4685e7 100644 --- a/doc/widgets/line_chart.md +++ b/doc/widgets/line_chart.md @@ -18,6 +18,8 @@ You can visualize the time series in this widget. Note that the *line* option wi 3. Switch between linear and logarithmic *y* axis. 4. Select the time series to display (select multiple series using the *Ctrl*/*Cmd* key). Filter enables searching for the desired variable from the list by its name. +Line Chart also provides standard pyqtgraph plot interaction options (documentation available [here](https://pyqtgraph.readthedocs.io/en/latest/user_guide/mouse_interaction.html)). + Example -------