Albert Nadal Garriga <[EMAIL PROTECTED]> writes: > www.girafatools.com > > This is my very beta site about ajax and php. Here you can find > dynamic real-time web charts that I have developed to render the > business stats of my work. At this time the site contains only a demo > area where you can see how these charts works: simple html tables + json > + ajax. > > Site is not finished and only works with mozilla/firefox. Can anybody > tell me if exists any other dynamic ajax charts like this?
May I suggest that you put some charts with negative numbers? This is a common problem I'm seeing with charts because -- e.g. the already cited plotkit -- those dynamic scripts usually make some weird stuff with axis and values. Plotkit, for instance, puts everything starting at the minimum value, so if you plot "-3, 6, 0" you end up with the impression that "0" has a 'volume' of 3 units, 6 has a 'volume' of 9 units and so on. One thing that would be interesting is having the "x" axis somewhere in the middle of the chart and have bars growing either up or down starting from it. (This is how we usually plot things by hand and also how spreadsheets plots them.) -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MochiKit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/mochikit -~----------~----~----~----~------~----~------~--~---
