Обсуждение: pgAdmin 4 commit: Add optional data point markers and mouse-overtoolti

Поиск
Список
Период
Сортировка

pgAdmin 4 commit: Add optional data point markers and mouse-overtoolti

От
Dave Page
Дата:
Add optional data point markers and mouse-over tooltips to display values on graphs. Fixes #3514
Ensure queries are no longer executed when dashboards are closed. Fixes #3576

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a74b9c96c1e699816fb9f93c9a54a5e7373deeac
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_3_4.rst                   |   3 +
web/package.json                                   |   3 +-
web/pgadmin/browser/static/js/panel.js             |   9 +-
web/pgadmin/dashboard/__init__.py                  |  25 +++-
web/pgadmin/dashboard/static/js/charting.js        |  99 ++++++++++++++
web/pgadmin/dashboard/static/js/dashboard.js       | 147 +++++++++++++--------
.../javascript/dashboard/charting_spec.js          |  91 +++++++++++++
web/webpack.config.js                              |   1 +
web/webpack.test.config.js                         |   3 +
web/yarn.lock                                      |   6 +-
10 files changed, 324 insertions(+), 63 deletions(-)