summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* - Fixed RST and the like for rendering tutorials.Derick Rethans2007-11-151-1/+0
|
* - Better check for font min/max size valuesKore Nordmann2007-10-301-0/+21
|
* - Update commentKore Nordmann2007-10-231-2/+3
|
* - Fixed issue #11640: Polygon size reducement failes for very thin four edgedKore Nordmann2007-10-231-12/+29
| | | | | | polygones
* - Fixed issue #11511: Line thickness wan't used for renderingKore Nordmann2007-10-231-1/+2
|
* - Changed default value of line thicknessKore Nordmann2007-10-231-1/+1
| | | | | | | # This value wasn't used yet, so the new default value is the value actually # used until now.
* - Correctly use symbols for non stacked bars in 3d rendererKore Nordmann2007-10-231-29/+29
| | | | | | # Fixes several test failures
* - Fixed issue #11509: Typo in line chart optionKore Nordmann2007-10-231-1/+1
|
* - Implemented feature #10978: Add support for stacked bar chartsKore Nordmann2007-09-066-41/+348
|
* - Restructured bar rendering code for better readability and reusabilityKore Nordmann2007-09-061-293/+407
|
* - Restructured renderData() method for better readabilityKore Nordmann2007-09-051-93/+81
| | | | | | # Still quite long...
* - 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.
* - Implemented feature #11247: Custom highlight values in line and bar charts.Kore Nordmann2007-09-052-2/+4
| | | | | | Thanks to Elger Thiele for the basic patch.
* - Implemented features #10322, #10565: Support for multiple x, y axis,Kore Nordmann2007-09-048-27/+152
| | | | | | vertical and horizontal lines in line and bar charts.
* - Introduced chartPosition propertyKore Nordmann2007-09-041-0/+14
|
* - Added dataset properties for axis assignementsKore Nordmann2007-09-045-1/+99
| | | | | | # More progress on the way to multiple axis support
* - Added axis container classKore Nordmann2007-09-043-2/+212
| | | | | | # First step to support multiple axis
* - Link more classesKore Nordmann2007-08-1314-23/+25
|
* - More links in documentationKore Nordmann2007-08-134-18/+18
|
* - Added class property documentation for optin classesKore Nordmann2007-08-134-7/+21
| | | | | | - Link option class names in doc block
* - Enhanced documentationKore Nordmann2007-08-1028-23/+542
| | | | | | | | - Added examples to most of the classes - Fixed class descriptions - Refence options classes which may be used to configure the current chart.
* - Fixed docs.Derick Rethans2007-08-091-1/+1
|
* - Fixed bug #11235: In interactive 3d bar charts circle and bullet bars are notKore Nordmann2007-08-081-0/+1
| | | | | | | | linked. # Numeric part of IDs in SVG files changed because one element missed an ID # Also ensured mimetype 'application/octet-stream' for all SVG test files
* - Fixed bug #11236: Legend is not properly linked in interactive 3d line andKore Nordmann2007-08-081-0/+2
| | | | | | bar charts.
* - Fixed bug #11233: Path for circular arcs in SVG driver may break because ofKore Nordmann2007-08-071-1/+1
| | | | | | locale settings
* - Fixed bug #11180: Color Palette: $dataSetColor in ezcGraphPalette startsKore Nordmann2007-08-072-0/+14
| | | | | | | | with index 1 and not zero in pie charts # All images of pie charts required an update of course. # Same for test cases explicitely checking the color values.
* - Fixed bug #11157: Wrong display of single record with labeled axisKore Nordmann2007-08-011-0/+12
|
* - Fixed bug #11207: Missing URL property for legend, or missing legend, mayKore Nordmann2007-08-011-27/+33
| | | | | | cause PHP notice
* - Remove leftover from debugging codeKore Nordmann2007-08-011-5/+0
|
* - Fixed bug #11107: Floating point inaccuracies caused missing grid in lineKore Nordmann2007-08-011-19/+26
| | | | | | chart
* - Added @apichange tagsKore Nordmann2007-06-213-0/+6
|
* - Doc fixes.Tobias Schlitt2007-06-211-7/+8
|
* - Fixed CS.Derick Rethans2007-06-202-4/+6
|
* - Fixed issue #10828: PHP error when overwriting renderer in extendedKore Nordmann2007-06-141-42/+35
| | | | | | ezGraphPieChart
* - Removed var_dump(), fixed docblock.Derick Rethans2007-06-141-2/+0
|
* - Fixed initialisations of struct variablesKore Nordmann2007-06-123-3/+3
| | | | | | # Detected by doc coverage
* - More documentation fixesKore Nordmann2007-06-1236-79/+239
|
* - Fixed version tag in docblocksKore Nordmann2007-06-12102-56/+136
|
* - Fixed typos in fixKore Nordmann2007-06-123-4/+4
|
* - Commented exception constructorsKore Nordmann2007-06-1226-2/+193
|
* - Fixed issue #10881: Wrong labeling with ezcGraphDateAxisKore Nordmann2007-05-311-3/+14
| | | | | | # Axis labels fixed in two test results, error not noticed before
* - Fixed issue #10861 Circle sector size reducement failes for very big angles.Kore Nordmann2007-05-291-6/+25
|
* - Fixed issue #10830: Automatically shorten labels if not enough space isKore Nordmann2007-05-295-34/+177
| | | | | | available
* - Fixed issue #10852: Fixed radar chart documentationKore Nordmann2007-05-291-6/+5
|
* - Fixed issue #10846: Division by zero in polygon size reducement algorithm Kore Nordmann2007-05-251-1/+24
| | | | | | for edges with an angle equals 0 degree.
* . Forgot to commit changes in 3d renderer in last commitKore Nordmann2007-05-251-1/+3
|
* - Fixed issue #10842: Pie charts fatal error with datasets with value sum <= 0Kore Nordmann2007-05-244-1/+43
|
* - Doc fixes.Tobias Schlitt2007-05-107-7/+7
| | | | | | # We abuse phpDoc here and therefore need type names without spaces.
* - Fixed docblocksKore Nordmann2007-05-102-2/+2
|
* - Fixed issue #10750: SVG drivers output broken with wrong LC_NUMERICKore Nordmann2007-05-101-39/+39
| | | | | | | # Nearly all SVG have changes now, because there are some more trailing # zeros in the source. No visual differences.
OpenPOWER on IntegriCloud