summaryrefslogtreecommitdiffstats
path: root/src/charts
Commit message (Collapse)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
| | | | | | | which are able to render radar charts. # Interface required to not break BC with custom user renderers
* - First working version of radar chartsKore Nordmann2007-04-261-0/+387
| | | | | | | | | | # Still marked private because of: # - Slightly wrong axis arrows # - Axis grid needs some love - Some fixes for axis label renderers to work with random directions # Results in some non visual changes in comparision files
* - Implemented @TODO: Throw exception when axis with unregular steps is used Kore Nordmann2007-04-101-16/+36
| | | | | | with bar charts
* - Added feature #9511: Added helper functions to create image maps an link SVGKore Nordmann2007-03-082-5/+9
| | | | | | images in ezcGraphTools
* - 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
| | | | | | step count)
* - Marked important classesKore Nordmann2006-12-073-0/+3
|
* - 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-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 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-203-14/+118
|
* - Added background and border to font configurationKore Nordmann2006-09-191-1/+34
| | | | | | - Show value for highlighted datapoints in bar and line charts
* - Added image map supportKore Nordmann2006-09-122-1/+5
| | | | | | # This changes all generated SVGs because each genereted element has an ID now
* - Fixed bug caused by different axis space for axisKore Nordmann2006-09-111-2/+2
| | | | | | # Changes rendering order of chart elements, what causes changed SVG documents
* - Got average datasets workingKore Nordmann2006-09-061-4/+1
|
* - Moved properties to properties arrayKore Nordmann2006-08-183-0/+26
| | | | | | - Fixed bug: Legend title was rendered, even when empty
* - Added ezcGraphBarChart which inherits from ezcGraphLineChart and changes the Kore Nordmann2006-08-151-0/+35
| | | | | | defaultDisplayType and the default axisLabelRenderer for the x axis
* - 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 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-092-20/+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-072-5/+5
|
* - Added basic 3d rendererKore Nordmann2006-08-021-1/+8
| | | | | | | # Several unresolved rendering issues - Fixed filled line charts in 2d renderer
* - Fixed boundings for line chart dataKore Nordmann2006-07-241-4/+7
|
* - Fixed pie chart labelingKore Nordmann2006-07-131-1/+1
| | | | | | - Fixed some test cases
* - 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
| | | | | | # Most test run again, but complete result is still errnous
* - 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
| | | | | | - Decrease size of pie charts for images with too less width
* - 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
| | | | | | - 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-122-1/+182
|
OpenPOWER on IntegriCloud