Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1asraI-0007A5-Qd for pgadmin-hackers@arkaria.postgresql.org; Wed, 20 Apr 2016 12:50:22 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1asraI-0006gg-Ca for pgadmin-hackers@arkaria.postgresql.org; Wed, 20 Apr 2016 12:50:22 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1asraH-0006gZ-Sg for pgadmin-hackers@postgresql.org; Wed, 20 Apr 2016 12:50:21 +0000 Received: from mail-vk0-x231.google.com ([2607:f8b0:400c:c05::231]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1asraD-0006UE-DG for pgadmin-hackers@postgresql.org; Wed, 20 Apr 2016 12:50:21 +0000 Received: by mail-vk0-x231.google.com with SMTP id n67so50064543vkf.3 for ; Wed, 20 Apr 2016 05:50:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=n7Dzckc9fpursvKM+dbVuGCXh+xaYz0WZZTSIFHN2ms=; b=NHcls5b6EIFSWJnzqoXq5hkkM0rGZSRPIIGqCUgUb2YITtUhKIuU35Son4w604dOq4 G9AxBxxLfQhqGXCIfjaSGU/k4QZcZ3akd/pjWJtJVug3TVH92QspakxheaQV2cmy+9xQ TocVKBh5lf2zLXueUCFnQzxKNsYaajDn+G3BNgDXhWhPTcH+pfRzwuxzh/OZHVWcUKim j+3DoYBG742GbxoYRdySr2+a4wYjIub7/W+/qkfgwgRlmgqPGZmptmGgecFaMMbaju/f J8Tme9eHIQ5tAcqhMabjVVJCINzM8fxC9RQMxz9Xvqp1KnVSGivlKC2dgn+dyWMww0Qw yzCA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=n7Dzckc9fpursvKM+dbVuGCXh+xaYz0WZZTSIFHN2ms=; b=gDnWHPt3EYkIv9U6x4U10plqgLSR4/tsxzAvyKzSD823R0CiZhPG8joFetQJK0G6D/ 2Zv6VNYgm91Qiz0zgoOp2M6PB5pBPhhOpMgzmELVW2Rt0se/h1+DttqdV7Ek9/aOoCPX 6iAjMlChEenPCirAGKa6/bPrkyDedSHTmYKawcTLAD/1x5nCl7uM+dUFTkOCmwWvNxkL cSD6m34jldwB39C4lH3Ja/JkhrG/3X1zzoxXqF8syi2rlnv/wIfZbcl2Z2MQtI2gXCZb hzyqETCdicv7/jnk87xR6FW8xtPmc+45Eiu2wXN48J8Oj/K8pDphbk+K2lVpCKx1ROSo CkQQ== X-Gm-Message-State: AOPr4FXr4zjClYYgqLB0E1k4GMcjJEw6QlfOcotUs/mI6H1uiZ5LST2zPXWnvIt6YroD/n6Z1dFJ07Yr5Y3LLTvu MIME-Version: 1.0 X-Received: by 10.31.147.15 with SMTP id v15mr4150740vkd.58.1461156615448; Wed, 20 Apr 2016 05:50:15 -0700 (PDT) Received: by 10.31.164.75 with HTTP; Wed, 20 Apr 2016 05:50:15 -0700 (PDT) In-Reply-To: References: Date: Wed, 20 Apr 2016 18:20:15 +0530 Message-ID: Subject: Re: PATCH: graphical explain From: Sanket Mehta To: Dave Page Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary=001a1141d6740684dc0530ea09bb X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org --001a1141d6740684dc0530ea09bb Content-Type: text/plain; charset=UTF-8 On Wed, Apr 20, 2016 at 6:12 PM, Dave Page wrote: > > > On Tuesday, April 19, 2016, Sanket Mehta > wrote: > >> Hi, >> >> On Mon, Apr 18, 2016 at 5:38 PM, Dave Page wrote: >> >>> >>> >>> On Monday, April 18, 2016, Sanket Mehta >>> wrote: >>> >>>> Hi Dave, >>>> >>>> Regarding your second comment, >>>> Almost all the libraries that I have checked uses Jquery UI which is >>>> quite heavy. >>>> Please share your comments about using these libraries. >>>> >>> >>> What have you found? >>> >> Below are the libraries I have checked out which uses JQUERY UI. >> >> - https://github.com/princejwesley/minimap/blob/master/src/minimap.js >> > > That one would work wound't it? Assuming it can do x and y movement. > I have tried to implement the same but it is not working properly as scrolling in minimap was not there and sometimes it was not showing the map itself. > > -- > Dave Page > Blog: http://pgsnake.blogspot.com > Twitter: @pgsnake > > EnterpriseDB UK: http://www.enterprisedb.com > The Enterprise PostgreSQL Company > > --001a1141d6740684dc0530ea09bb Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

= On Wed, Apr 20, 2016 at 6:12 PM, Dave Page <dpage@pgadmin.org> wrote:


On Tue= sday, April 19, 2016, Sanket Mehta <sanket.mehta@enterprisedb.com> wrote:=
Hi,

On Mon, Apr 18, 2016 at 5:38 PM, = Dave Page <dpage@pgadmin.org> wrote:<= br>


On Monday, April 18, 2016, Sanket Mehta &= lt;sanket.mehta@enterprisedb.com> wrote:
Hi Dave,

Regarding your second comment,=C2= =A0
Almost all the libraries that I have checked uses Jquery UI w= hich is quite heavy.
Please share your comments about using these= libraries.

What have yo= u found?
Below are the libraries I have checked out = which uses JQUERY UI.


That one wou= ld work wound't it? Assuming it can do x and y movement.=C2=A0
I have tried to implement the same but it is not working pro= perly as scrolling in minimap was not there and sometimes it was not showin= g the map itself.



--
Dave Page
Blog: http://pgsnake.blogspot.= com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The = Enterprise PostgreSQL Company


--001a1141d6740684dc0530ea09bb--