Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - Fixed RST and the like for rendering tutorials. | Derick Rethans | 2007-11-15 | 1 | -1/+0 | |
| | ||||||
* | - Better check for font min/max size values | Kore Nordmann | 2007-10-30 | 1 | -0/+21 | |
| | ||||||
* | - Update comment | Kore Nordmann | 2007-10-23 | 1 | -2/+3 | |
| | ||||||
* | - Fixed issue #11640: Polygon size reducement failes for very thin four edged | Kore Nordmann | 2007-10-23 | 1 | -12/+29 | |
| | | | | | | polygones | |||||
* | - Fixed issue #11511: Line thickness wan't used for rendering | Kore Nordmann | 2007-10-23 | 1 | -1/+2 | |
| | ||||||
* | - Changed default value of line thickness | Kore Nordmann | 2007-10-23 | 1 | -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 renderer | Kore Nordmann | 2007-10-23 | 1 | -29/+29 | |
| | | | | | | # Fixes several test failures | |||||
* | - Fixed issue #11509: Typo in line chart option | Kore Nordmann | 2007-10-23 | 1 | -1/+1 | |
| | ||||||
* | - Implemented feature #10978: Add support for stacked bar charts | Kore Nordmann | 2007-09-06 | 6 | -41/+348 | |
| | ||||||
* | - Restructured bar rendering code for better readability and reusability | Kore Nordmann | 2007-09-06 | 1 | -293/+407 | |
| | ||||||
* | - Restructured renderData() method for better readability | Kore Nordmann | 2007-09-05 | 1 | -93/+81 | |
| | | | | | | # Still quite long... | |||||
* | - Implemented feature #11325: Allow values of 0 to be added to pie charts, to | Kore Nordmann | 2007-09-05 | 1 | -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 Nordmann | 2007-09-05 | 2 | -2/+4 | |
| | | | | | | Thanks to Elger Thiele for the basic patch. | |||||
* | - Implemented features #10322, #10565: Support for multiple x, y axis, | Kore Nordmann | 2007-09-04 | 8 | -27/+152 | |
| | | | | | | vertical and horizontal lines in line and bar charts. | |||||
* | - Introduced chartPosition property | Kore Nordmann | 2007-09-04 | 1 | -0/+14 | |
| | ||||||
* | - Added dataset properties for axis assignements | Kore Nordmann | 2007-09-04 | 5 | -1/+99 | |
| | | | | | | # More progress on the way to multiple axis support | |||||
* | - Added axis container class | Kore Nordmann | 2007-09-04 | 3 | -2/+212 | |
| | | | | | | # First step to support multiple axis | |||||
* | - Link more classes | Kore Nordmann | 2007-08-13 | 14 | -23/+25 | |
| | ||||||
* | - More links in documentation | Kore Nordmann | 2007-08-13 | 4 | -18/+18 | |
| | ||||||
* | - Added class property documentation for optin classes | Kore Nordmann | 2007-08-13 | 4 | -7/+21 | |
| | | | | | | - Link option class names in doc block | |||||
* | - Enhanced documentation | Kore Nordmann | 2007-08-10 | 28 | -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 Rethans | 2007-08-09 | 1 | -1/+1 | |
| | ||||||
* | - Fixed bug #11235: In interactive 3d bar charts circle and bullet bars are not | Kore Nordmann | 2007-08-08 | 1 | -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 and | Kore Nordmann | 2007-08-08 | 1 | -0/+2 | |
| | | | | | | bar charts. | |||||
* | - Fixed bug #11233: Path for circular arcs in SVG driver may break because of | Kore Nordmann | 2007-08-07 | 1 | -1/+1 | |
| | | | | | | locale settings | |||||
* | - Fixed bug #11180: Color Palette: $dataSetColor in ezcGraphPalette starts | Kore Nordmann | 2007-08-07 | 2 | -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 axis | Kore Nordmann | 2007-08-01 | 1 | -0/+12 | |
| | ||||||
* | - Fixed bug #11207: Missing URL property for legend, or missing legend, may | Kore Nordmann | 2007-08-01 | 1 | -27/+33 | |
| | | | | | | cause PHP notice | |||||
* | - Remove leftover from debugging code | Kore Nordmann | 2007-08-01 | 1 | -5/+0 | |
| | ||||||
* | - Fixed bug #11107: Floating point inaccuracies caused missing grid in line | Kore Nordmann | 2007-08-01 | 1 | -19/+26 | |
| | | | | | | chart | |||||
* | - Added @apichange tags | Kore Nordmann | 2007-06-21 | 3 | -0/+6 | |
| | ||||||
* | - Doc fixes. | Tobias Schlitt | 2007-06-21 | 1 | -7/+8 | |
| | ||||||
* | - Fixed CS. | Derick Rethans | 2007-06-20 | 2 | -4/+6 | |
| | ||||||
* | - Fixed issue #10828: PHP error when overwriting renderer in extended | Kore Nordmann | 2007-06-14 | 1 | -42/+35 | |
| | | | | | | ezGraphPieChart | |||||
* | - Removed var_dump(), fixed docblock. | Derick Rethans | 2007-06-14 | 1 | -2/+0 | |
| | ||||||
* | - Fixed initialisations of struct variables | Kore Nordmann | 2007-06-12 | 3 | -3/+3 | |
| | | | | | | # Detected by doc coverage | |||||
* | - More documentation fixes | Kore Nordmann | 2007-06-12 | 36 | -79/+239 | |
| | ||||||
* | - Fixed version tag in docblocks | Kore Nordmann | 2007-06-12 | 102 | -56/+136 | |
| | ||||||
* | - Fixed typos in fix | Kore Nordmann | 2007-06-12 | 3 | -4/+4 | |
| | ||||||
* | - Commented exception constructors | Kore Nordmann | 2007-06-12 | 26 | -2/+193 | |
| | ||||||
* | - Fixed issue #10881: Wrong labeling with ezcGraphDateAxis | Kore Nordmann | 2007-05-31 | 1 | -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 Nordmann | 2007-05-29 | 1 | -6/+25 | |
| | ||||||
* | - Fixed issue #10830: Automatically shorten labels if not enough space is | Kore Nordmann | 2007-05-29 | 5 | -34/+177 | |
| | | | | | | available | |||||
* | - Fixed issue #10852: Fixed radar chart documentation | Kore Nordmann | 2007-05-29 | 1 | -6/+5 | |
| | ||||||
* | - Fixed issue #10846: Division by zero in polygon size reducement algorithm | Kore Nordmann | 2007-05-25 | 1 | -1/+24 | |
| | | | | | | for edges with an angle equals 0 degree. | |||||
* | . Forgot to commit changes in 3d renderer in last commit | Kore Nordmann | 2007-05-25 | 1 | -1/+3 | |
| | ||||||
* | - Fixed issue #10842: Pie charts fatal error with datasets with value sum <= 0 | Kore Nordmann | 2007-05-24 | 4 | -1/+43 | |
| | ||||||
* | - Doc fixes. | Tobias Schlitt | 2007-05-10 | 7 | -7/+7 | |
| | | | | | | # We abuse phpDoc here and therefore need type names without spaces. | |||||
* | - Fixed docblocks | Kore Nordmann | 2007-05-10 | 2 | -2/+2 | |
| | ||||||
* | - Fixed issue #10750: SVG drivers output broken with wrong LC_NUMERIC | Kore Nordmann | 2007-05-10 | 1 | -39/+39 | |
| | | | | | | | # Nearly all SVG have changes now, because there are some more trailing # zeros in the source. No visual differences. |