pgadmin3/ctl
lsv 1431b1abdb Add draw plot XY series
Для результатов запроса, можно построить график по трём колонкам:
L  | X | Y
----------
L1 | x1| y1
L1 | x2| y2
L2 | x3| y3
L2 | x4| y4
...

Колонки должны быть отсортированы по L,X
Типы колонок:
L - текст (это легенда серии данных)
X - дата или числа
Y - числа
График строится по четырём и более колонкам (серии данных вертикальные):
 X | L1| L2| ...| Lx
--------------------
 x1| y1| y5|....| y.
 x2| y2| y6|....| y.
 x3| y3| y7|....| y.
 x4| y4| y8|....| y.

Серии данных располагаются вертикально. Легенда это заголовок столбца
Колонка Х общая для всех серий.
2022-05-27 21:45:36 +05:00
..
calbox.cpp init 2020-07-07 22:19:12 +05:00
ctlAuiNotebook.cpp init 2020-07-07 22:19:12 +05:00
ctlCheckTreeView.cpp init 2020-07-07 22:19:12 +05:00
ctlColourPicker.cpp init 2020-07-07 22:19:12 +05:00
ctlComboBox.cpp init 2020-07-07 22:19:12 +05:00
ctlDefaultSecurityPanel.cpp Migration to wxWidgets 3.1.5 2021-05-21 11:09:20 +05:00
ctlListView.cpp Add column sort ctlListView. Add Partition statistics. 2020-12-31 15:05:13 +05:00
ctlMenuToolbar.cpp fix without patch 2022-04-27 16:01:13 +05:00
ctlProgressStatusBar.cpp init 2020-07-07 22:19:12 +05:00
ctlSeclabelPanel.cpp Migration to wxWidgets 3.1.5 2021-05-21 11:09:20 +05:00
ctlSecurityPanel.cpp Migration to wxWidgets 3.1.5 2021-05-21 11:09:20 +05:00
ctlSQLBox.cpp fix without patch 2022-04-27 16:01:13 +05:00
ctlSQLGrid.cpp fix without patch 2022-04-27 16:01:13 +05:00
ctlSQLResult.cpp Add draw plot XY series 2022-05-27 21:45:36 +05:00
ctlTree.cpp bug fix 2021-06-03 13:55:58 +05:00
explainCanvas.cpp init 2020-07-07 22:19:12 +05:00
explainShape.cpp init 2020-07-07 22:19:12 +05:00
module.mk init 2020-07-07 22:19:12 +05:00
timespin.cpp init 2020-07-07 22:19:12 +05:00
xh_calb.cpp init 2020-07-07 22:19:12 +05:00
xh_ctlchecktreeview.cpp init 2020-07-07 22:19:12 +05:00
xh_ctlcolourpicker.cpp init 2020-07-07 22:19:12 +05:00
xh_ctlcombo.cpp init 2020-07-07 22:19:12 +05:00
xh_ctltree.cpp init 2020-07-07 22:19:12 +05:00
xh_sqlbox.cpp init 2020-07-07 22:19:12 +05:00
xh_timespin.cpp init 2020-07-07 22:19:12 +05:00