<br><br><div class="gmail_quote">On Tue, Jul 5, 2011 at 3:10 PM, Tyron Madlener <span dir="ltr"><<a href="mailto:tyronx@gmail.com">tyronx@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Just found a code snippet that allows pan and zoom for highcharts -<br>
maybe something for Zoom Search?<br>
<br></blockquote><div>I also got a reply from Highcharts support about the highchart-stock  <br></div><div>       "Hello,<br>             We don't have a definite release date but highcharts-stock will be out in beta soon (a week or two). "<br>
<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<a href="http://jsfiddle.net/HXUmK/5/" target="_blank">http://jsfiddle.net/HXUmK/5/</a><br>
<div><div></div><div class="h5"><br>
On Sat, Jun 25, 2011 at 6:12 PM, Marc Delisle <<a href="mailto:marc@infomarc.info">marc@infomarc.info</a>> wrote:<br>
> Le 2011-06-25 11:31, Ammar Yasir a écrit :<br>
>><br>
>><br>
>> On Tue, Jun 21, 2011 at 6:06 PM, Marc Delisle <<a href="mailto:marc@infomarc.info">marc@infomarc.info</a><br>
>> <mailto:<a href="mailto:marc@infomarc.info">marc@infomarc.info</a>>> wrote:<br>
>><br>
>>     Ammar Yasir a écrit :<br>
>>      ><br>
>>      ><br>
>>      > On Mon, Jun 20, 2011 at 5:43 PM, Marc Delisle <<a href="mailto:marc@infomarc.info">marc@infomarc.info</a><br>
>>     <mailto:<a href="mailto:marc@infomarc.info">marc@infomarc.info</a>><br>
>>      > <mailto:<a href="mailto:marc@infomarc.info">marc@infomarc.info</a> <mailto:<a href="mailto:marc@infomarc.info">marc@infomarc.info</a>>>> wrote:<br>
>>      ><br>
>>      >     Ammar Yasir a écrit :<br>
>>      > ><br>
>>      > ><br>
>>      > > On Sat, Jun 18, 2011 at 4:42 PM, Marc Delisle<br>
>>     <<a href="mailto:marc@infomarc.info">marc@infomarc.info</a> <mailto:<a href="mailto:marc@infomarc.info">marc@infomarc.info</a>><br>
>>      > <mailto:<a href="mailto:marc@infomarc.info">marc@infomarc.info</a> <mailto:<a href="mailto:marc@infomarc.info">marc@infomarc.info</a>>><br>
>>      > > <mailto:<a href="mailto:marc@infomarc.info">marc@infomarc.info</a> <mailto:<a href="mailto:marc@infomarc.info">marc@infomarc.info</a>><br>
>>     <mailto:<a href="mailto:marc@infomarc.info">marc@infomarc.info</a> <mailto:<a href="mailto:marc@infomarc.info">marc@infomarc.info</a>>>>> wrote:<br>
>>      > ><br>
>>      > >     Le 2011-06-17 18:16, Ammar Yasir a écrit :<br>
>>      > > > On Fri, Jun 17, 2011 at 11:49 AM, Marc Delisle<br>
>>      > > <<a href="mailto:marc@infomarc.info">marc@infomarc.info</a> <mailto:<a href="mailto:marc@infomarc.info">marc@infomarc.info</a>><br>
>>     <mailto:<a href="mailto:marc@infomarc.info">marc@infomarc.info</a> <mailto:<a href="mailto:marc@infomarc.info">marc@infomarc.info</a>>><br>
>>      > <mailto:<a href="mailto:marc@infomarc.info">marc@infomarc.info</a> <mailto:<a href="mailto:marc@infomarc.info">marc@infomarc.info</a>><br>
>>     <mailto:<a href="mailto:marc@infomarc.info">marc@infomarc.info</a> <mailto:<a href="mailto:marc@infomarc.info">marc@infomarc.info</a>>>>> wrote:<br>
>>      > > ><br>
>>      > > >> Ammar,<br>
>>      > > >> it works well so far!<br>
>>      > > >><br>
>>      > > >> Suggestions:<br>
>>      > > >><br>
>>      > > >> - As the default data label, use the display field if it<br>
>>      >     exists<br>
>>      > >     (from<br>
>>      > > >> libraries/relation.lib.php, PMA_getDisplayField() )<br>
>>      > > >><br>
>>      > > >> - For the title, instead of "Scatter Plot", give some<br>
>>      > >     indications (how<br>
>>      > > >> to zoom, how to click, etc) or give a link to get such<br>
>>      >     indications<br>
>>      > > >><br>
>>      > > >> - Is it possible to enlarge the size of the working zone?<br>
>>      > >     ideally, to<br>
>>      > > >> drag it by one of its corners?<br>
>>      > > >><br>
>>      > ><br>
>>      > > I used the jquery-ui plugin and implemented this.<br>
>>      ><br>
>>      >     Ammar,<br>
>>      >     please push your repo.<br>
>>      ><br>
>><br>
>><br>
>> Hi,<br>
>><br>
>> I was implementing the edit functionality for a data point. What I have<br>
>> done is that user selects the mode(browse / edit), mouse cursor changes<br>
>> accordingly to indicate what mode is on and in browse mode onClick, for<br>
>> now I just prompt/alert the data row.<br>
>> For the edit mode, I create a popup using jquery, where each field will<br>
>> be displayed just like the tbl_search page ( minus the field type,<br>
>> collation, operator elements) and the value field I will update from the<br>
>> clicked data row. Should I go through with this (creating a popup like<br>
>> tbl_search page) ? I've organized the tbl_search code into libraries so<br>
>> code wont be duplicated much.<br>
><br>
> Sounds good but why the need to select a mode? If always in edit mode, I<br>
> can see the data and I edit if needed. Maybe it will become clearer when<br>
> I see the implementation.<br>
><br>
> Also, there should be similarities between this kind of edit and what<br>
> happens with a "normal" edit in table Browse. Similarities or better,<br>
> the same interface (code sharing).<br>
><br>
>><br>
>>      > I made some changes and pushed my work.<br>
>>      >   - Put a limit on the number of rows retrieved (500).<br>
>><br>
>>     This should not be hardcoded; please create a new configuration<br>
>>     directive.<br>
>><br>
>> Is it fine to put it in the config.default.php file? It says 'do not<br>
>> edit' so just confirming.<br>
>><br>
>>      >   - Added two additional search criteria.<br>
>><br>
>>     OK.<br>
>><br>
>>      >   - A link that provides some help regarding how to use.<br>
>><br>
>>     Please put the new message in js/messages.php. I'm not sure about the<br>
>>     line feeds, however.<br>
>><br>
>><br>
>>      >   - The working area can be dragged by the bottom right corner to<br>
>>      > enlarge it.<br>
>><br>
>>     OK.<br>
>><br>
>>      >   - Default label is taken from PMA_getDisplayField().<br>
>><br>
>>     I tested and it does not work for me (I have defined a display field for<br>
>>     the film table and it does not show up as a default label).<br>
>><br>
>>      ><br>
>>      > For the panning feature, I went through the forums at highcharts and<br>
>>      > they might be coming up with it by the end of this month (beta<br>
>>     release)<br>
>>      > or next month<br>
>>      ><br>
>>     (<a href="http://highcharts.uservoice.com/forums/55896-general/suggestions/724254-scrolling-charts" target="_blank">http://highcharts.uservoice.com/forums/55896-general/suggestions/724254-scrolling-charts</a>)<br>

>><br>
>>     OK.<br>
>><br>
>>      ><br>
>>      > Regards,<br>
>>      > Ammar Yasir<br>
><br>
> --<br>
> Marc Delisle<br>
> <a href="http://infomarc.info" target="_blank">http://infomarc.info</a><br>
><br>
> ------------------------------------------------------------------------------<br>
> All the data continuously generated in your IT infrastructure contains a<br>
> definitive record of customers, application performance, security<br>
> threats, fraudulent activity and more. Splunk takes this data and makes<br>
> sense of it. Business sense. IT sense. Common sense..<br>
> <a href="http://p.sf.net/sfu/splunk-d2d-c1" target="_blank">http://p.sf.net/sfu/splunk-d2d-c1</a><br>
> _______________________________________________<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>
><br>
<br>
</div></div>------------------------------------------------------------------------------<br>
All of the data generated in your IT infrastructure is seriously valuable.<br>
Why? It contains a definitive record of application performance, security<br>
<div class="im">threats, fraudulent activity, and more. Splunk takes this data and makes<br>
</div>sense of it. IT sense. And common sense.<br>
<a href="http://p.sf.net/sfu/splunk-d2d-c2" target="_blank">http://p.sf.net/sfu/splunk-d2d-c2</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>