<br><br><div class="gmail_quote">On Mon, Aug 15, 2011 at 10:25 PM, Marc Delisle <span dir="ltr"><<a href="mailto:marc@infomarc.info">marc@infomarc.info</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Ammar Yasir a écrit :<br>
<div class="im">><br>
><br>
> On Sun, Aug 7, 2011 at 5:24 PM, Ammar Yasir <<a href="mailto:ammaryasir.88@gmail.com">ammaryasir.88@gmail.com</a><br>
</div><div class="im">> <mailto:<a href="mailto:ammaryasir.88@gmail.com">ammaryasir.88@gmail.com</a>>> wrote:<br>
><br>
><br>
><br>
>     On Sun, Aug 7, 2011 at 5:03 PM, Tyron Madlener <<a href="mailto:tyronx@gmail.com">tyronx@gmail.com</a><br>
</div><div class="im">>     <mailto:<a href="mailto:tyronx@gmail.com">tyronx@gmail.com</a>>> wrote:<br>
><br>
>         On Sun, Aug 7, 2011 at 8:17 AM, Ammar Yasir<br>
</div><div><div></div><div class="h5">>         <<a href="mailto:ammaryasir.88@gmail.com">ammaryasir.88@gmail.com</a> <mailto:<a href="mailto:ammaryasir.88@gmail.com">ammaryasir.88@gmail.com</a>>> wrote:<br>

>          > Hi,<br>
>          ><br>
>          > I guess there is no inbuilt panning feature available for<br>
>         Highcharts yet. I<br>
>          > also looked around in the Highstock demos (which has pan<br>
>         feature) on whether<br>
>          > we can use the feature from there. The problem is that the<br>
>         zoom feature in<br>
>          > Highcharts uses the click and drag mouse wheel event, so we<br>
>         cant use those<br>
>          > events for pan as Highstock does. If we want to have a pan<br>
>         feature with<br>
>          > inbuilt zoom of Highcharts, we would have to use a button<br>
>         panel or similar.<br>
>          > Otherwise write our own zoom and pan feature?<br>
>          ><br>
><br>
>         What about that code snippet I wrote to you?<br>
>         (<a href="http://jsfiddle.net/HXUmK/5/" target="_blank">http://jsfiddle.net/HXUmK/5/</a>)<br>
>         That seems to work really well.<br>
><br>
>     Yes I'm integrating it. Will see how it works out.<br>
><br>
> Hi,<br>
><br>
> I considered the snippet Tyron suggested (and pushed my work). It wasn't<br>
> working really well so I changed the equations for setting of axis<br>
> extremes. The mousewheel zoom works okay but the panning feature I'm not<br>
> fully convinced. The logic seems to be right (readjusting the axis<br>
> extremes on mouse drag position) but it seems to very sensitive. I'll<br>
> try to look more into the panning but in my opinion the inbuilt zoom<br>
> feature works better than this.<br>
<br>
</div></div>Ammar,<br>
<br>
I tried commit ed98d7ead90a73e64602ee20621d54f0b33f39dc: I zoomed in<br>
with the mouse and when I try panning, sometimes it zooms at the same time.<br>
<br>
This is unfortunate because after zooming, we really need to be able to pan.<br></blockquote><div> </div><div>Yes It is unfortunate because the logic is right in the code. I tried to look it up and its probably due to the way setExtremes() function works. Will look into it more. How about the mousewheel zoom? Is its functioning satisfactory?<br>
 </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
P.S. in this commit, why did you move js/date.js under js/jquery/date.js?<br>
<br></blockquote><div>I thought all the libraries are in the jquery folder, so I moved this one also there. <br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

--<br>
Marc Delisle<br>
<a href="http://infomarc.info" target="_blank">http://infomarc.info</a><br>
<br>
------------------------------------------------------------------------------<br>
uberSVN's rich system and user administration capabilities and model<br>
configuration take the hassle out of deploying and managing Subversion and<br>
the tools developers use with it. Learn more about uberSVN and get a free<br>
download at:  <a href="http://p.sf.net/sfu/wandisco-dev2dev" target="_blank">http://p.sf.net/sfu/wandisco-dev2dev</a><br>
<div><div></div><div class="h5">_______________________________________________<br>
Phpmyadmin-devel mailing list<br>
<a href="mailto:Phpmyadmin-devel@lists.sourceforge.net">Phpmyadmin-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel</a><br>
</div></div></blockquote></div><br>