Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add option to bound fill between the current dataset and the previous ↵HEADmaster | Timothy Pearson | 2015-12-13 | 4 | -4/+46 |
| | | | | dataset on radar plots | ||||
* | Add option to only render specific datasets with fill color as opposed to ↵ | Timothy Pearson | 2015-12-12 | 3 | -2/+31 |
| | | | | all datasets | ||||
* | Enable stacked rendering for horizontal bar chartshoriz-stacked-render | Timothy Pearson | 2015-12-11 | 2 | -3/+156 |
| | |||||
* | Merge pull request #2 from mschirmacher/master | Kore Nordmann | 2013-12-21 | 1 | -26/+32 |
|\ | | | | | Fixed faulty label rendering in case of additional axes | ||||
| * | Patched ezcGraphRenderer3d to render labels correclty in case of additional axes | Malte Schirmacher | 2013-01-23 | 1 | -26/+32 |
| | | | | | | | | | | | | In case there are additional axes ezcGraphRenderer3d renders labels multiple times (once for additional axis) at varying positions. Added a flag to avoid this faulty behavior. | ||||
* | | Revert "Use non-local dependent formatting options everywhere" | Kore Nordmann | 2013-12-21 | 5 | -7/+7 |
| | | | | | | | | This reverts commit 5273fe7e6d19a4bdad3d987540171ff3a55fe053. | ||||
* | | Use non-local dependent formatting options everywhere | Kore Nordmann | 2013-12-21 | 5 | -7/+7 |
| | | |||||
* | | Also make verbose driver non local aware | Kore Nordmann | 2013-12-21 | 1 | -7/+7 |
| | | |||||
* | | Use non-local-aware number printing everywhere | Kore Nordmann | 2013-12-21 | 4 | -6/+6 |
|/ | |||||
* | - Fixed #95 (typo in docblock), thanks Yousif Masoud | James Pic | 2011-12-13 | 1 | -1/+1 |
| | |||||
* | - Updated: Moving copyright information to NOTICE files. | Ole Marius Smestad | 2010-08-12 | 117 | -117/+0 |
| | |||||
* | - Fixed: Adjusted source headers of Graph to Apache license. | Tobias Schlitt | 2010-07-30 | 117 | -117/+2106 |
| | |||||
* | - s/2009/2010/g | Derick Rethans | 2010-01-08 | 117 | -117/+117 |
| | |||||
* | - Documented highlight offset properties | Kore Nordmann | 2009-11-24 | 1 | -0/+6 |
| | |||||
* | - Link gleam instead of base symbol to make it easier clickable | Kore Nordmann | 2009-11-09 | 1 | -3/+3 |
| | |||||
* | - Fixed #15537: Graph shows to small and truncated rotated axis labels. | Kore Nordmann | 2009-09-29 | 1 | -2/+8 |
| | |||||
* | - Fixed #15578: formatString not working with numeric axis | Kore Nordmann | 2009-09-28 | 1 | -0/+4 |
| | |||||
* | - Implemented: #15095: Special rotated label renderer for bar charts. | Kore Nordmann | 2009-07-21 | 2 | -0/+147 |
| | |||||
* | - Refactored rotated axis label renderer for better extensibility | Kore Nordmann | 2009-07-21 | 1 | -197/+254 |
| | | | | | | # Groundwork for #15095 | ||||
* | - Implemented: #15133: Better configurable axis spaces. | Kore Nordmann | 2009-07-21 | 3 | -65/+71 |
| | | | | | | | # Large number of tests added. Had to go through all sensible combinations of # axis and axis spaces to ensure it works correctly. | ||||
* | - Implemented: #15135: Add support for pecl/cairo's object-oriented API | Kore Nordmann | 2009-07-14 | 2 | -0/+1007 |
| | | | | | | # Thanks to Michael Maclean for the implementation | ||||
* | - Implemented: #13341: Vertical Bar Charts | Kore Nordmann | 2009-07-14 | 5 | -39/+569 |
| | |||||
* | - Implemented: #14294: Add option for axis label rotation | Kore Nordmann | 2009-07-04 | 2 | -4/+31 |
| | |||||
* | - Enhanced comment in font options usage example | Kore Nordmann | 2009-06-03 | 1 | -0/+4 |
| | |||||
* | - Fixed typo | Kore Nordmann | 2009-05-29 | 1 | -1/+1 |
| | | | | | | # Thanks sb | ||||
* | - Fixed #14538: Performance degration for very high numbers of data points | Kore Nordmann | 2009-05-29 | 2 | -13/+26 |
| | | | | | | | | # Test cases with 1000 data points show improvements of about 65% and with 2000 # data points around 85%. # Reduced the number of calls to array functions by better indexing or caching. | ||||
* | - Fixed #14857: Highlight text misplaced in charts with multiple bar data | Kore Nordmann | 2009-05-28 | 4 | -24/+90 |
| | | | | | | sets. | ||||
* | - Fixed another potential flaoting point inaccuracy problem | Kore Nordmann | 2009-04-28 | 1 | -1/+4 |
| | |||||
* | - spelling fix in javadoc | gg:ez.no | 2009-04-23 | 1 | -2/+2 |
| | |||||
* | - Fixed #14655: A full circle sector is not drawn at all in GD driver. | Kore Nordmann | 2009-03-25 | 1 | -0/+5 |
| | |||||
* | - Fixed #14651: Handle floor() floating point inaccuracies in numneric axis | Kore Nordmann | 2009-03-25 | 1 | -1/+4 |
| | | | | | | step evaluation | ||||
* | - Implemented feature #14400: Add shortcut to set background color | Kore Nordmann | 2009-02-25 | 1 | -0/+3 |
| | |||||
* | - s/2008/2009. | Derick Rethans | 2009-02-23 | 112 | -112/+112 |
| | |||||
* | - Documented: Dataset highlightValue property | Kore Nordmann | 2009-02-05 | 1 | -0/+2 |
| | |||||
* | - Tested multiple axis, when used with different axis space settings. | Kore Nordmann | 2009-02-04 | 1 | -1/+1 |
| | | | | | | - Finally fixes issue #13631: Rendering issues, when axisSpace set to 0 | ||||
* | - Fixed rotated axis label renderer to work with non default axis space and | Kore Nordmann | 2009-02-04 | 1 | -11/+7 |
| | | | | | | zero axis space on orthogonal axis. | ||||
* | - Refactored axis space handling in a BC compatible way. Fixes division by zero | Kore Nordmann | 2009-02-03 | 8 | -194/+401 |
| | | | | | | | | | errors with axis space equals 0. Partly resolves #013631. - Added more tests for axis label renderers # Several SVGs changed because of slight reordering of SVG elements which # causes no visual differences. | ||||
* | - Implamented feature #14146: Add new data symbols - square and box | Kore Nordmann | 2009-01-20 | 2 | -0/+21 |
| | |||||
* | - Implemented feature #13634: Make Offset of ezcGraphAxisRotatedLabelRenderer | Kore Nordmann | 2009-01-20 | 1 | -5/+23 |
| | | | | | | optional | ||||
* | - Implemented feature #11980: Provide an initial array with labels for labeled | Kore Nordmann | 2009-01-20 | 1 | -0/+15 |
| | | | | | | axis | ||||
* | - Implemented feature #12897: Add the possibility to have a subtitle for | Kore Nordmann | 2009-01-15 | 1 | -2/+7 |
| | | | | | | Graphs. | ||||
* | - Resolved task #14219: Refactor grid drawing to be less susceptible to | Kore Nordmann | 2009-01-07 | 1 | -5/+78 |
| | | | | | | | | | floating point inaccuracies # Handle orthogonal axis as a special case, which fixes this for the far most # common case. # Also fixes slight grid irregularities which occurred sometimes. | ||||
* | - Fixed: Fallback string width calculation in svg font handler | Kore Nordmann | 2009-01-02 | 1 | -1/+1 |
| | |||||
* | - Reverted accidential committed restriction on allowed axis space values. | Kore Nordmann | 2008-12-15 | 1 | -2/+2 |
| | |||||
* | - Implemented feature #014010: Possibility to set x/y offsets for | Kore Nordmann | 2008-12-04 | 6 | -9/+32 |
| | | | | | | highlightValue (Patch by Markus Lervik) | ||||
* | - Decalre mainclass, to be included and highlighted in documentation | Kore Nordmann | 2008-12-02 | 1 | -1/+1 |
| | |||||
* | - Fixed typo in API docs | Kore Nordmann | 2008-11-24 | 3 | -3/+3 |
| | |||||
* | - Removed unnecessary realpath() calls, which do not work with paths using | Kore Nordmann | 2008-11-23 | 2 | -2/+1 |
| | | | | | | stream wrappers. | ||||
* | - Documented setDriver | Kore Nordmann | 2008-11-18 | 1 | -1/+10 |
| | |||||
* | - Better documentation for getElementReferences() | Kore Nordmann | 2008-11-18 | 1 | -1/+39 |
| |