On Tue, Mar 4, 2008 at 5:58 PM, Björn Dieding <[EMAIL PROTECTED]> wrote: > Ok to give you some more help look at the image I attached from ms project. > It is way more complex then yours. Think about how you can configure/fill > your chart. Your import data could become quite complex due all the options > associated to one row of data. > > In concrete: > > Data should be come from a numeric array or iterator. If you use the name of > the data row as a key for this array you end up in problems since not all > chars are allowed as an array key. > > One data row should be a php object / structure.
I agree with you here the biggest challenge is not the code itself but making it's api usuable :) Finding a good format for the dataset is crucial. Any special ideas ? If not I'll try to come up with something. I especially like your iterator idea, could be much simpler and cleaner (a bit slower though but still solid) -- David, Re-read what you are replying. -- Components mailing list [email protected] http://lists.ez.no/mailman/listinfo/components
