theiviaxx / MilkChart

Graphing library for MooTools
56 stars 6 forks source link

Using adapter to populate graph #32

Open scramatte opened 11 years ago

scramatte commented 11 years ago

It would be nice to be able to use adapter (like store,reader in extjs) to populate graph data instead of use only table tag.

By this way it would easy to populate from any kind of source data

theiviaxx commented 11 years ago

Each chart has a .load() method which allows you to load data from the server. It's not as elegant as the ext models, but I tried to keep it lightweight.

scramatte commented 11 years ago

If you want, I can contribute with store / reader class as I've done it for a Grid component