summaryrefslogtreecommitdiffstats
path: root/src/charts
Commit message (Expand)AuthorAgeFilesLines
* - Fixed issue #10852: Fixed radar chart documentationKore Nordmann2007-05-291-6/+5
* - Fixed issue #10842: Pie charts fatal error with datasets with value sum <= 0Kore Nordmann2007-05-241-1/+11
* - Removed unusable code from radar chartKore Nordmann2007-05-101-16/+0
* - Implemented radar label renderer for correct grid in radar chartsKore Nordmann2007-05-021-56/+110
* - Created an interface ezcGraphRadarRenderer to be implemented by renderers Kore Nordmann2007-04-261-0/+10
* - First working version of radar chartsKore Nordmann2007-04-261-0/+387
* - Implemented @TODO: Throw exception when axis with unregular steps is used Kore Nordmann2007-04-101-16/+36
* - Added feature #9511: Added helper functions to create image maps an link SVGKore Nordmann2007-03-082-5/+9
* - Implemented #20276 for centered axis label rendererKore Nordmann2007-02-261-0/+3
* - Fixed issue #10055: Improve chart class documentation with chart elementsKore Nordmann2007-02-153-0/+45
* - Welcome to 2007.Derick Rethans2007-01-113-3/+3
* - Make renderToOutput() method available to chartKore Nordmann2007-01-042-26/+68
* - Fixed: Bug #9795 (Interferring bars, when bars count is higher then major Kore Nordmann2006-12-131-1/+7
* - Marked important classesKore Nordmann2006-12-073-0/+3
* - Fixed: Bug #9545 (pie chart tresh hold does not work if agregated data stay...Kore Nordmann2006-11-301-0/+5
* - Fixed bug #9568: (Devision by zero warning)Kore Nordmann2006-11-302-0/+10
* - 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 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-203-14/+118
* - Added background and border to font configurationKore Nordmann2006-09-191-1/+34
* - Added image map supportKore Nordmann2006-09-122-1/+5
* - Fixed bug caused by different axis space for axisKore Nordmann2006-09-111-2/+2
* - Got average datasets workingKore Nordmann2006-09-061-4/+1
* - Moved properties to properties arrayKore Nordmann2006-08-183-0/+26
* - Added ezcGraphBarChart which inherits from ezcGraphLineChart and changes the Kore Nordmann2006-08-151-0/+35
* - Use symbol as bottom shape for bars in 3d rendererKore Nordmann2006-08-151-0/+1
* - Changed access to datasets from $chart['dataset'] to $chart->data['dataset']Kore Nordmann2006-08-152-31/+5
* - Changed datsets to accept instances of ezcGraphDataSet onlyKore Nordmann2006-08-142-41/+135
* - Added option to gd driver to set an external image as backgroundKore Nordmann2006-08-092-20/+0
* - Renamed Dataset to DataSetKore Nordmann2006-08-072-5/+5
* - Added basic 3d rendererKore Nordmann2006-08-021-1/+8
* - Fixed boundings for line chart dataKore Nordmann2006-07-241-4/+7
* - Fixed pie chart labelingKore Nordmann2006-07-131-1/+1
* - Fixed pie chart labelingKore Nordmann2006-07-111-1/+1
* - Fixed boundings calculation for axis and dataKore Nordmann2006-07-111-0/+7
* - Refactored ezcGraphRendererKore Nordmann2006-07-112-229/+39
* - Made symbol size in line charts customizeableKore Nordmann2006-06-271-2/+3
* - Added option to remove symbol lines from pie chartsKore Nordmann2006-06-201-32/+43
* - Fixed division by zero with zero values and filled linesKore Nordmann2006-06-191-3/+5
* - Renamed X_axis and Y_axis to xAxis and yAxisKore Nordmann2006-06-141-21/+21
* - Add possibility to use filled line chartsKore Nordmann2006-06-141-0/+75
* - Made line thickness for line charts adjustableKore Nordmann2006-06-141-2/+2
* - Disable rendering of selected chart elementsKore Nordmann2006-06-142-0/+12
* - Added tests and implementation for background images in chartsKore Nordmann2006-06-122-1/+4
* - 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-122-1/+182
OpenPOWER on IntegriCloud