summaryrefslogtreecommitdiffstats
path: root/src/charts/pie.php
Commit message (Collapse)AuthorAgeFilesLines
* - Updated: Moving copyright information to NOTICE files.Ole Marius Smestad2010-08-121-1/+0
|
* - Fixed: Adjusted source headers of Graph to Apache license.Tobias Schlitt2010-07-301-1/+18
|
* - s/2009/2010/gDerick Rethans2010-01-081-1/+1
|
* - s/2008/2009.Derick Rethans2009-02-231-1/+1
|
* - Welcome to 2008.Derick Rethans2008-01-021-1/+1
|
* - Fixed class doc blockKore Nordmann2007-11-231-3/+3
|
* - Implemented feature #11325: Allow values of 0 to be added to pie charts, toKore Nordmann2007-09-051-2/+8
| | | | | | be included in the legend and not rendered in the actual pie.
* - More links in documentationKore Nordmann2007-08-131-3/+3
|
* - Added class property documentation for optin classesKore Nordmann2007-08-131-2/+5
| | | | | | - Link option class names in doc block
* - Enhanced documentationKore Nordmann2007-08-101-0/+4
| | | | | | | | - Added examples to most of the classes - Fixed class descriptions - Refence options classes which may be used to configure the current chart.
* - Added @apichange tagsKore Nordmann2007-06-211-0/+2
|
* - More documentation fixesKore Nordmann2007-06-121-2/+11
|
* - Fixed version tag in docblocksKore Nordmann2007-06-121-0/+1
|
* - Fixed issue #10842: Pie charts fatal error with datasets with value sum <= 0Kore Nordmann2007-05-241-1/+11
|
* - Added feature #9511: Added helper functions to create image maps an link SVGKore Nordmann2007-03-081-1/+3
| | | | | | images in ezcGraphTools
* - Fixed issue #10055: Improve chart class documentation with chart elementsKore Nordmann2007-02-151-0/+13
|
* - Welcome to 2007.Derick Rethans2007-01-111-1/+1
|
* - Make renderToOutput() method available to chartKore Nordmann2007-01-041-13/+34
|
* - Marked important classesKore Nordmann2006-12-071-0/+1
|
* - Fixed: Bug #9545 (pie chart tresh hold does not work if agregated data ↵Kore Nordmann2006-11-301-0/+5
| | | | stays below tresh hold)
* - Fixed bug #9568: (Devision by zero warning)Kore Nordmann2006-11-301-0/+5
|
* - Fixed: Bug #9656 (Threshold option spelled wrong)Kore Nordmann2006-11-301-5/+5
|
* - Implemented #009304: Possibility to format labels via callbackKore Nordmann2006-11-021-1/+5
|
* - Added tresh hold for pie chartsKore Nordmann2006-10-261-0/+53
| | | | | | - Added test for custom sum in pie charts
* - Added custom maximum value for pie chartsKore Nordmann2006-10-181-0/+4
|
* - Fixed CS issues.Derick Rethans2006-09-251-1/+1
|
* - Added and improved documentationKore Nordmann2006-09-201-6/+42
|
* - Added image map supportKore Nordmann2006-09-121-0/+2
| | | | | | # This changes all generated SVGs because each genereted element has an ID now
* - Moved properties to properties arrayKore Nordmann2006-08-181-0/+7
| | | | | | - Fixed bug: Legend title was rendered, even when empty
* - Changed access to datasets from $chart['dataset'] to $chart->data['dataset']Kore Nordmann2006-08-151-30/+4
|
* - Changed datsets to accept instances of ezcGraphDataSet onlyKore Nordmann2006-08-141-9/+27
| | | | | | | - Added bar charts - Globally increase acceptable difference noise for created images in tests
* - Added option to gd driver to set an external image as backgroundKore Nordmann2006-08-091-10/+0
| | | | | | | - Got chart background images working again - Post process images in gd driver to not apply supersampling for images
* - Renamed Dataset to DataSetKore Nordmann2006-08-071-4/+4
|
* - Fixed pie chart labelingKore Nordmann2006-07-131-1/+1
| | | | | | - Fixed some test cases
* - Fixed pie chart labelingKore Nordmann2006-07-111-1/+1
|
* - Refactored ezcGraphRendererKore Nordmann2006-07-111-121/+13
| | | | | | # Most test run again, but complete result is still errnous
* - Added option to remove symbol lines from pie chartsKore Nordmann2006-06-201-32/+43
| | | | | | - Decrease size of pie charts for images with too less width
* - Disable rendering of selected chart elementsKore Nordmann2006-06-141-0/+6
|
* - Added tests and implementation for background images in chartsKore Nordmann2006-06-121-1/+2
| | | | | | - Fixed bug with image sizes in gd driver
* - Move pie chart elements out of the middle on highlightKore Nordmann2006-06-121-2/+2
|
* - Moved pie chart options to own option classKore Nordmann2006-06-121-8/+4
|
* - Added tests and basic implementation for pie chartsKore Nordmann2006-06-121-0/+179
|
* - Refactored rendering methodsKore Nordmann2006-05-191-1/+1
| | | | | | - Refactored chart title to be a chartelement
* - Added tests and implementation for legend generationKore Nordmann2006-05-171-2/+3
|
* - Implemented automatic label setting from datasets for labeled_axisKore Nordmann2006-05-161-12/+12
|
* - Fixed version tagKore Nordmann2006-05-151-1/+1
|
* - Added tests to retrieve and set single data in datasetsKore Nordmann2006-05-101-0/+23
| | | | | | - Implemented datasets as far as tested
* - Added class stubs for ezcGraphKore Nordmann2006-05-081-0/+29
OpenPOWER on IntegriCloud