History log of /yui3/src/graphics/js/VMLPath.js
Revision Date Author Comments Expand
14bfa36e35102dbf271dcff98f773a01c75bd503 21-Jan-2012 Tripp <tripp.bridges@yahoo.com>

Added Shape groups to graphics. Added notion of groupMarkers to charts to allow for high performance rendering a large number of markers in a single chart. More axis performance optimizations. Added drawCircle, drawEllipse and drawDiamond to VML and SVG drawing engines. Optimized shape getBounds method to use newly created matrix.getContentRect method.

60aa9bb9c10c290c922d51d05a4dfa7176cfd40e 04-Dec-2011 Tripp <tripp.bridges@yahoo.com>

Fixes #2531465, #2531359. Also fixed issue in which vml path element with negative values did not rotate around the correct transform origin. Added test for matrix transform in graphcis.

a75ebc38c1de401b679953a9b87bd323f0f48d02 12-Aug-2011 Tripp <tripp.bridges@yahoo.com>

API Doc fixes for charts and graphics.

/yui3/src/charts/js/AreaSeries.js /yui3/src/charts/js/AreaSplineSeries.js /yui3/src/charts/js/AxisType.js /yui3/src/charts/js/BarSeries.js /yui3/src/charts/js/BottomAxisLayout.js /yui3/src/charts/js/CartesianChart.js /yui3/src/charts/js/CartesianSeries.js /yui3/src/charts/js/CategoryAxis.js /yui3/src/charts/js/Chart.js /yui3/src/charts/js/ChartBase.js /yui3/src/charts/js/ColumnSeries.js /yui3/src/charts/js/ComboSeries.js /yui3/src/charts/js/ComboSplineSeries.js /yui3/src/charts/js/CurveUtil.js /yui3/src/charts/js/Fills.js /yui3/src/charts/js/Graph.js /yui3/src/charts/js/Gridlines.js /yui3/src/charts/js/Histogram.js /yui3/src/charts/js/LeftAxisLayout.js /yui3/src/charts/js/LineSeries.js /yui3/src/charts/js/Lines.js /yui3/src/charts/js/MarkerSeries.js /yui3/src/charts/js/NumericAxis.js /yui3/src/charts/js/PieChart.js /yui3/src/charts/js/PieSeries.js /yui3/src/charts/js/Plots.js /yui3/src/charts/js/Renderer.js /yui3/src/charts/js/RightAxisLayout.js /yui3/src/charts/js/SplineSeries.js /yui3/src/charts/js/StackedAreaSeries.js /yui3/src/charts/js/StackedAreaSplineSeries.js /yui3/src/charts/js/StackedAxis.js /yui3/src/charts/js/StackedBarSeries.js /yui3/src/charts/js/StackedColumnSeries.js /yui3/src/charts/js/StackedComboSeries.js /yui3/src/charts/js/StackedComboSplineSeries.js /yui3/src/charts/js/StackedLineSeries.js /yui3/src/charts/js/StackedMarkerSeries.js /yui3/src/charts/js/StackedSplineSeries.js /yui3/src/charts/js/StackingUtil.js /yui3/src/charts/js/TimeAxis.js /yui3/src/charts/js/TopAxisLayout.js BaseGraphic.js CanvasCircle.js CanvasDrawing.js CanvasEllipse.js CanvasGraphic.js CanvasPath.js CanvasPieSlice.js CanvasRect.js CanvasShape.js SVGCircle.js SVGDrawing.js SVGEllipse.js SVGGraphic.js SVGPath.js SVGPieSlice.js SVGRect.js SVGShape.js VMLCircle.js VMLDrawing.js VMLEllipse.js VMLGraphic.js VMLPath.js VMLPieSlice.js VMLRect.js VMLShape.js
0fdefaa9ca017edfb76b736c825b34186f33045a 11-Aug-2011 Tripp <tripp.bridges@yahoo.com>

API Doc changes to Graphics and Charts. Fixes #2528390

cec703a844d9691646231634fe709f4ea41d278a 04-Aug-2011 Tripp <tripp.bridges@yahoo.com>

API Doc fixes for Graphics and Charts.

c093c1aed867e18aa4778708592e1ceb45d18cff 27-Jul-2011 Tripp <tripp.bridges@yahoo.com>

Add vml specific graphic unit tests. Change graphic doc attributes to config.

5ecb8c8b041752f6b716054ff5cfc2c9992365c6 08-Jul-2011 Tripp <tripp.bridges@yahoo.com>

Mix drawing methods into shape for easier custom shape creation.

4f117ca9be1d1a5a285b20cac401d1c2ee340c5b 07-Jul-2011 Tripp <tripp.bridges@yahoo.com>

Updates to VML layer to allow for custom shapes.

b08d5c81743759d32bccaf4bec55aa102491026e 07-Jul-2011 Tripp <tripp.bridges@yahoo.com>

Updated graphics layer so that shape class extension is slightly easier.

6c4ec9d420df654d019b936fd06bef6f769db4cb 30-Jun-2011 Tripp <tripp.bridges@yahoo.com>

Add ability to create custom shapes.

e7c7565d9550eaa87043aef0df77125ada996dea 27-May-2011 Tripp <tripp.bridges@yahoo.com>

Updated comments. Cleaned up code a bit.

828c58761d90445b8b9d20a82d85dc1479317f71 26-May-2011 Tripp <tripp.bridges@yahoo.com>

Aggregate global vars and constants for graphics.

e904db0fab655df918dcb0412bdcb1311db28002 26-May-2011 Tripp <tripp.bridges@yahoo.com>

Path translate works now. Fixes #2530137

9eaaa502227248d304ac9170902697d02158c1d9 25-May-2011 Tripp <tripp.bridges@yahoo.com>

Cleaned up some warnings.

09688ec5ffb8b9cf9883a770e2f9ebd60b28888d 25-May-2011 Tripp <tripp.bridges@yahoo.com>

Graphics source files.

/yui3/src/graphics/build.graphics-base.properties /yui3/src/graphics/build.graphics-base.xml /yui3/src/graphics/build.graphics-canvas-default.properties /yui3/src/graphics/build.graphics-canvas-default.xml /yui3/src/graphics/build.graphics-canvas.properties /yui3/src/graphics/build.graphics-canvas.xml /yui3/src/graphics/build.graphics-svg-default.properties /yui3/src/graphics/build.graphics-svg-default.xml /yui3/src/graphics/build.graphics-svg.properties /yui3/src/graphics/build.graphics-svg.xml /yui3/src/graphics/build.graphics-vml-default.properties /yui3/src/graphics/build.graphics-vml-default.xml /yui3/src/graphics/build.graphics-vml.properties /yui3/src/graphics/build.graphics-vml.xml /yui3/src/graphics/build.properties /yui3/src/graphics/build.xml BaseGraphic.js CanvasCircle.js CanvasDefault.js CanvasDrawing.js CanvasEllipse.js CanvasGraphic.js CanvasPath.js CanvasRect.js CanvasShape.js SVGCircle.js SVGDefault.js SVGDrawing.js SVGEllipse.js SVGGraphic.js SVGPath.js SVGRect.js SVGShape.js VMLCircle.js VMLDefault.js VMLDrawing.js VMLEllipse.js VMLGraphic.js VMLPath.js VMLRect.js VMLShape.js /yui3/src/graphics/meta/graphics-canvas.js /yui3/src/graphics/meta/graphics-svg.js /yui3/src/graphics/meta/graphics-vml.js /yui3/src/graphics/meta/graphics.json