summaryrefslogtreecommitdiffstats
path: root/design
Commit message (Collapse)AuthorAgeFilesLines
* - Updated design document according to latest API changesKore Nordmann2006-08-151-10/+16
|
* - Removed factory methods and replaced them with direct class instantiation.Kore Nordmann2006-08-071-2/+2
|
* - Applied API change for accessing datasets to be able to distinguish easierKore Nordmann2006-06-271-10/+10
| | | | | | | | | | | between chart elements and datasets # Changes the way datasets are accessed for charts # Old: # $chart->dataset = array( ... ); # New: # $chart['dataset'] = array( ... );
* - Refactored rendering methodsKore Nordmann2006-05-191-1/+1
| | | | | | - Refactored chart title to be a chartelement
* - Added class stubs for ezcGraphKore Nordmann2006-05-081-1/+6
|
* - Added code example to show the APIKore Nordmann2006-04-251-9/+34
| | | | | | - Modified the definition of DataSets
* - Added basic design specification for Graph componentKore Nordmann2006-04-131-7/+82
|
* - Added basic requirements specification and empty design document.Derick Rethans2006-04-122-0/+107
OpenPOWER on IntegriCloud