Posted by rho_ on December 8, 2008 at 10:07pm
Jump to:
| Project: | Open Flash Chart API |
| Version: | 5.x-2.8 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (works as designed) |
Issue Summary
I am noticing that the "Loading..." throbber that appears when the charts are loading in the examples at the OFC API site do not appear when using this module. Poked around a bit, but don't see right off why this isn't happening.
Comments
#1
I believe that the "loading..." shows up when using ofc with a url callback. So after flash initializes it calls the url
and waits for the return data. During the wait, the "loading..." thing shows up. This module uses javascript
to load the data and there is no/very little wait. The only pause is a result of flash loading, and then rendering
the chart. At least that's my guess.
#2
Hmm I may look at this a bit closer. I would really like to have this show up, as I am doing a few ajax calls to refresh the graphs with new data/timeperiods/etc. Some of these updates call the database and actually cause things to slow just a bit, enough to notice a flicker, or an empty space in the DOM. I'm getting around it with some creative CSS, but it would be nice to have that flash loading animation.