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

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Add optional data point markers and mouse-over toolti
Date: 2018-09-05 16:25:14
Message-ID: E1fxacE-0003XE-MX@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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(dot)toshniwal(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-09-05 16:26:07 Re: [pgAdmin4][RM3514] Bullets and tooltips for charts
Previous Message Dave Page 2018-09-05 16:08:46 Re: update for french translation