<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<br>
Am 16.06.2010 14:57, schrieb Martynas Mickevičius:
<blockquote
 cite="mid:AANLkTikmLnzPkD7ySaaIAixozZoU7N_AObpoelAV1-hf@mail.gmail.com"
 type="cite">
  <div>Hey everyone,</div>
  <div><br>
  </div>
Well flash is as cross-browser as you can get. But I understand the
need of open source tools and plugins involved in pma. Maybe OFC was
not the best way to go for charts as there are lots of javascript
utilities which do almost the same thing.
  <div><br>
  </div>
  <div>For flot [1] to work in older IE browsers there is a need of
HTML canvas helper called excanvas [2] (as it is the case with many
javascript plotters). As I understand this is just a javascript library
offering canvas functionality.</div>
  <div><br>
  </div>
  <div>The Raphael [3] is too general I believe. It is a tool to work
with SVG. So all the details that are needed for charts are missing
there. More general solutions of which are plenty would better suit our
needs.</div>
  <div><br>
  </div>
  <div>eZ Components Graph component [4] looks very good and is very
well documented. Before this I thought of implementing image chart
renderer by myself, but now I just do not see any reason for it, since
eZ has many functions that can be used.</div>
  <div><br>
  </div>
  <div>eZ Components is a huge project in itself. But I believe the
Graph component can be used independently.</div>
  <div><br>
  </div>
  <div>There is another PHP chart project that I stumbled upon which
looks really good. It is pChart [5]. However eZ says that they have a
company behind them. And their latest version is newer than pChart.</div>
  <div><br>
  </div>
  <div>So now I believe I will scrap the flash approach and go with
flot and eZ Graph. First of all I will add eZ Graph to the places that
OFC has been added. Then I will proceed with flot.</div>
  <div><br>
  </div>
  <div>[1] <a moz-do-not-send="true"
 href="http://code.google.com/p/flot/">http://code.google.com/p/flot/</a></div>
  <div>[2] <a moz-do-not-send="true"
 href="http://excanvas.sourceforge.net/">http://excanvas.sourceforge.net/</a></div>
  <div>[3] <a moz-do-not-send="true" href="http://raphaeljs.com/">http://raphaeljs.com/</a></div>
  <div>[4] <a moz-do-not-send="true"
 href="http://ezcomponents.org/docs/tutorials/Graph">http://ezcomponents.org/docs/tutorials/Graph</a></div>
  <div>[5] <a moz-do-not-send="true"
 href="http://pchart.sourceforge.net/index.php">http://pchart.sourceforge.net/index.php</a>Ho<br>
  </div>
</blockquote>
<br>
pChart is nice, small and easy to implement. Width jQuery (there's
somewhere a plugin called imagemap) you're able to have a quick
functional solution which is fully crossbrowser compatible. The
imagemap plugin from jquery is only required to get the same
functionality as OFC, but with javascript, on the fly without needed
plugins. on pChart there must be (if I remember right) an example to
generate charts, display theme and animate it with tooltips like OFC.<br>
<br>
Michael<br>
<blockquote
 cite="mid:AANLkTikmLnzPkD7ySaaIAixozZoU7N_AObpoelAV1-hf@mail.gmail.com"
 type="cite">
  <div><br>
  <div class="gmail_quote">On 16 June 2010 13:00, Michael Keck <span
 dir="ltr"><<a moz-do-not-send="true"
 href="mailto:sfnet@michaelkeck.de">sfnet@michaelkeck.de</a>></span>
wrote:<br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
    <br>
Am 16.06.2010 11:01, schrieb <a moz-do-not-send="true"
 href="mailto:me@derrabus.de">me@derrabus.de</a>:<br>
    <div class="im">> Hi list,<br>
><br>
> I don't know, if my word still counts in such decisions, but
please... please no<br>
> FlashMyAdmin. Honestly.<br>
><br>
    </div>
Yes!<br>
    <div class="im">> I just checked the server charts project
abstract from the phpMyAdmin wiki, and<br>
> there it says: "All graphs would be drawn using GD2 and use
information from the<br>
> MySQL server." So when and why did this requirement change?<br>
><br>
    </div>
That's what I'm tried to explain in previous post.<br>
    <div class="im">> All the information you need to draw the chart
is coming from the server, so why<br>
> don't you let the server generate it? There are approaches to do
this with php,<br>
> for instance ezcGraph [1].<br>
><br>
    </div>
Nice and great other tool ;)<br>
    <div>
    <div class="h5">> Regards,<br>
><br>
> Alexander M. Turek<br>
><br>
> [1] <a moz-do-not-send="true"
 href="http://ezcomponents.org/docs/tutorials/Graph" target="_blank">http://ezcomponents.org/docs/tutorials/Graph</a><br>
><br>
><br>
> "Martynas Mickevičius" <<a moz-do-not-send="true"
 href="mailto:mmartynas@gmail.com">mmartynas@gmail.com</a>> hat am
16. Juni 2010 um 09:08<br>
> geschrieben:<br>
><br>
><br>
>> No, we do not really need flash for charts. My initial thought
was using<br>
>> Open Flash Chart project and local image charts for those who
have JS<br>
>> enabled browsers and for those who do not. However there are
some HTML5<br>
>> chart projects which offer good functionality and are only JS
based.<br>
>><br>
>> OFC which is now used has all the source code available.<br>
>><br>
>> On 15 June 2010 23:31, Michael Keck <<a
 moz-do-not-send="true" href="mailto:sfnet@michaelkeck.de">sfnet@michaelkeck.de</a>>
wrote:<br>
>><br>
>><br>
>>>   Do we really need Flash for Charts?<br>
>>><br>
>>> Am 15.06.2010 17:24, schrieb Martynas Mickevičius:<br>
>>><br>
>>> Hello,<br>
>>><br>
>>>   I wanted to ask where should I put the flash files
needed for Charts. I<br>
>>> believe it would be good to create a folder *flash* in the
root directory<br>
>>> and put them there. Is it OK?<br>
>>><br>
>>>   Martynas<br>
>>><br>
>>><br>
>>>
----------------------------------------------------------------------------<br>
>>> --<br>
>>> ThinkGeek and WIRED's GeekDad team up for the Ultimate<br>
>>> GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the<br>
>>> lucky parental unit.  See the prize list and enter to win:<br>
>>> <a moz-do-not-send="true"
 href="http://p.sf.net/sfu/thinkgeek-promo" target="_blank">http://p.sf.net/sfu/thinkgeek-promo</a><br>
>>><br>
>>><br>
>>> _______________________________________________<br>
>>> Phpmyadmin-devel mailing<br>
>>> <a moz-do-not-send="true"
 href="mailto:listPhpmyadmin-devel@lists.sourceforge.net">listPhpmyadmin-devel@lists.sourceforge.net</a><br>
>>> <a moz-do-not-send="true"
 href="https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel"
 target="_blank">https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel</a><br>
>>><br>
>>><br>
>>><br>
>>>
----------------------------------------------------------------------------<br>
>>> --<br>
>>> ThinkGeek and WIRED's GeekDad team up for the Ultimate<br>
>>> GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the<br>
>>> lucky parental unit.  See the prize list and enter to win:<br>
>>> <a moz-do-not-send="true"
 href="http://p.sf.net/sfu/thinkgeek-promo" target="_blank">http://p.sf.net/sfu/thinkgeek-promo</a><br>
>>> _______________________________________________<br>
>>> Phpmyadmin-devel mailing list<br>
>>> <a moz-do-not-send="true"
 href="mailto:Phpmyadmin-devel@lists.sourceforge.net">Phpmyadmin-devel@lists.sourceforge.net</a><br>
>>> <a moz-do-not-send="true"
 href="https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel"
 target="_blank">https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel</a><br>
>>><br>
>>><br>
>>><br>
>
------------------------------------------------------------------------------<br>
> ThinkGeek and WIRED's GeekDad team up for the Ultimate<br>
> GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the<br>
> lucky parental unit.  See the prize list and enter to win:<br>
> <a moz-do-not-send="true"
 href="http://p.sf.net/sfu/thinkgeek-promo" target="_blank">http://p.sf.net/sfu/thinkgeek-promo</a><br>
> _______________________________________________<br>
> Phpmyadmin-devel mailing list<br>
> <a moz-do-not-send="true"
 href="mailto:Phpmyadmin-devel@lists.sourceforge.net">Phpmyadmin-devel@lists.sourceforge.net</a><br>
> <a moz-do-not-send="true"
 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>
------------------------------------------------------------------------------<br>
ThinkGeek and WIRED's GeekDad team up for the Ultimate<br>
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the<br>
lucky parental unit.  See the prize list and enter to win:<br>
    <a moz-do-not-send="true" href="http://p.sf.net/sfu/thinkgeek-promo"
 target="_blank">http://p.sf.net/sfu/thinkgeek-promo</a><br>
_______________________________________________<br>
Phpmyadmin-devel mailing list<br>
    <a moz-do-not-send="true"
 href="mailto:Phpmyadmin-devel@lists.sourceforge.net">Phpmyadmin-devel@lists.sourceforge.net</a><br>
    <a moz-do-not-send="true"
 href="https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel"
 target="_blank">https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel</a><br>
    <br>
  </blockquote>
  </div>
  <br>
  </div>
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
<a class="moz-txt-link-freetext" href="http://p.sf.net/sfu/thinkgeek-promo">http://p.sf.net/sfu/thinkgeek-promo</a></pre>
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Phpmyadmin-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Phpmyadmin-devel@lists.sourceforge.net">Phpmyadmin-devel@lists.sourceforge.net</a>
<a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel">https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel</a>
  </pre>
</blockquote>
</body>
</html>