History log of /yui3/src/charts/js/CartesianChart.js
Revision Date Author Comments Expand
a0bc19798c6a993799cde08b90c1aa2f54147792 30-Mar-2012 Tripp <tripp.bridges@yahoo.com>

Update Charts aria messaging. Fixes #2532083

770bd5317815264ef0fa7355e72b333e9495cfcb 16-Mar-2012 Tripp <tripp.bridges@yahoo.com>

Works with everything but jaws at this point.

edafb57ad91cdcd90ca3cb67d2cbe9aa31ff9077 04-Mar-2012 Tripp <tripp.bridges@yahoo.com>

Cleaned up some dom orphans that surfaced from aria.

4e6fa831be0e594628556cb4a51e1cede308701c 03-Mar-2012 Tripp <tripp.bridges@yahoo.com>

Accessibility tweeks for chart. Fixed axis label regression.

e03e2775537690229fec4bc156e946f851d2cdfd 03-Mar-2012 Tripp <tripp.bridges@yahoo.com>

Added aria live-region to charts.

8d5102af0c8157f0c7a6cef6c3dd3456c67c16be 02-Mar-2012 Tripp <tripp.bridges@yahoo.com>

Add touch interaction to charts. Fixes #2530195

8215dd9a19d775d6391d4f44be2ca8268952e048 14-Feb-2012 Tripp <tripp.bridges@yahoo.com>

Initial chart legend commit

285c623aba99be4dc29bc87fbd6ba36bf56dceb6 01-Feb-2012 Tripp <tripp.bridges@yahoo.com>

Fixed conflicts with Attribute's valueFn updates.

5c25e6d712b880e314278e6395068dd208553b98 25-Jan-2012 Tripp <tripp.bridges@yahoo.com>

Fix issue in which axis label would overflow outside of chart's bounding box. Added attribute allowContentOverflow (defaults to false) to toggle whether or not the layout algorithm will allow for the old behavior. Fixes #2531003

68d2a3ded2307a5031fec19a1725a36821ab97a0 23-Jan-2012 Tripp <tripp.bridges@yahoo.com>

Removed explicitWidth/explicitHeight. Now setting width/height on axis will work.

5dc37e5c564d761e7c634eddf5f2e8978db2608c 23-Jan-2012 Tripp <tripp.bridges@yahoo.com>

Add explicitWidth and explicitHeight to axes.

117557654069e56f5003be755819b76fe0f77107 21-Dec-2011 Tripp <tripp.bridges@yahoo.com>

First pass at cleaning up memory leaks in graphics/charts.

2b02938d1550d7e1cea52d019c56997ff08d40c3 25-Nov-2011 Tripp <tripp.bridges@yahoo.com>

Add charts validation and documentation.

612b06cc570a4ff121dd3a165902c88fae294358 21-Nov-2011 Tripp <tripp.bridges@yahoo.com>

Fixes #2531314

73632c25e2ff8ccd2feb8f5203df334ae7630b4b 16-Nov-2011 Tripp <tripp.bridges@yahoo.com>

Fixes #2529922

b4da4dbaec018452f750d5ffc00c96e4eba47e9a 21-Sep-2011 Tripp <tripp.bridges@yahoo.com>

Fixed issues with Numeric Axis min/max and roundingMethod. Fixes #2530109 and #2531100.

3534a81072e8770e29c90e09015e57e28b644dbc 07-Sep-2011 Tripp <tripp.bridges@yahoo.com>

Fixed issue in which stacked column charts threw errors when a series contains no data. Fixed issue in which planar events through error when first series in a chart had no data. Fixes #2531040

4f6209ded4da421d5e804d9b6740c640e801b0aa 01-Sep-2011 Tripp <tripp.bridges@yahoo.com>

Added pageX, pageY ande originEvent to chart markerEvent and planarEvent. Prepend chart series marker dom id with chart widget id instead of the string series. Fixes #2530127 and #2530969.

2a322140e93579c14e2037ff2eb3e62eaa86c9df 30-Aug-2011 Tripp <tripp.bridges@yahoo.com>

Allow for passing in direct class references in seriesCollection. Fixes #2530591

8b594f23b40af0ed8368f49ee58370563d1ef0e0 26-Aug-2011 Tripp <tripp.bridges@yahoo.com>

Fixed doc issue in graphics module. Removed hard-coded instances of yui3- class prefixes in Charts. Fixed issue in which Chart's NumericAxis was not honoring explicitly set minimum and maximum attributes. Fixes #2530810 and #2530908.

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

API Doc fixes for charts and graphics.

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

API Doc changes to Graphics and Charts. Fixes #2528390

/yui3/src/charts/docs/index.mustache CartesianChart.js ComboSeries.js /yui3/src/graphics/docs/index.mustache /yui3/src/graphics/js/BaseGraphic.js /yui3/src/graphics/js/CanvasCircle.js /yui3/src/graphics/js/CanvasDrawing.js /yui3/src/graphics/js/CanvasEllipse.js /yui3/src/graphics/js/CanvasGraphic.js /yui3/src/graphics/js/CanvasPath.js /yui3/src/graphics/js/CanvasPieSlice.js /yui3/src/graphics/js/CanvasRect.js /yui3/src/graphics/js/CanvasShape.js /yui3/src/graphics/js/SVGCircle.js /yui3/src/graphics/js/SVGDrawing.js /yui3/src/graphics/js/SVGEllipse.js /yui3/src/graphics/js/SVGGraphic.js /yui3/src/graphics/js/SVGPath.js /yui3/src/graphics/js/SVGPieSlice.js /yui3/src/graphics/js/SVGRect.js /yui3/src/graphics/js/SVGShape.js /yui3/src/graphics/js/VMLCircle.js /yui3/src/graphics/js/VMLDrawing.js /yui3/src/graphics/js/VMLEllipse.js /yui3/src/graphics/js/VMLGraphic.js /yui3/src/graphics/js/VMLPath.js /yui3/src/graphics/js/VMLPieSlice.js /yui3/src/graphics/js/VMLRect.js /yui3/src/graphics/js/VMLShape.js
8209f3939e32e0e5bde64192267fdaf9db6f4fbc 12-Jul-2011 Tripp <tripp.bridges@yahoo.com>

Fixed Charts API doc errors.

a5057260e5538ddf2faca20fa81271eeff2bf892 24-Jun-2011 Tripp <tripp.bridges@yahoo.com>

Add axis title. General code cleanup. Fixes #2529841

ccb001adde12418134f937feb4dd80eba1e8a6e3 03-Mar-2011 Tripp <tripp.bridges@yahoo.com>

Force range on NumericAxis when all values are zero. Addressed issue in which primitive value strings were not being parsed correctly in the TimeAxis. Addressed problems with showMarkers, showArea and showLines. Fixes #2529971 and #2529927.

a5213fe44a05822af93828cc7c26ee38e8016891 14-Dec-2010 Tripp <tripp.bridges@yahoo.com>

Added links to style attribute docs.

87a49173dbc22a145cb87e605cca83fd42524377 14-Dec-2010 Tripp <tripp.bridges@yahoo.com>

API doc updates.

1dc743f5ebb81123e0c921f2d70392f1d160ddbf 13-Dec-2010 Tripp <tripp.bridges@yahoo.com>

Added events to the docs.

f69d245bb21be88752420e834a6b6be37e9b525f 09-Dec-2010 Tripp <tripp.bridges@yahoo.com>

Comments, just comments.

16178708ecddc36b034aea99e129ceffa009ac05 04-Dec-2010 Tripp <tripp.bridges@yahoo.com>

Fixed bug in which planar events were not always firing in the example template. Fixed bug in which planar label function was not properly exposed.

510ecacc5f9e1ea3a8250c3205621d15e3e83505 29-Nov-2010 Tripp <tripp.bridges@yahoo.com>

Addressed integration bug with event type name and subsequent timing issues.

82d0cf8c731b23f6a2fbb31e3e696e629444363e 27-Nov-2010 Tripp <tripp.bridges@yahoo.com>

Fix #2529011. Documentation. Prevent null errors on marker state updates.

e393eced613f9b4a5fb6bdd461d0e0bf5064d5ec 20-Nov-2010 Tripp <tripp.bridges@yahoo.com>

Charts commit.

/yui3/build/charts/charts-debug.js /yui3/build/charts/charts-min.js /yui3/build/charts/charts.js /yui3/build/loader/loader-debug.js /yui3/build/loader/loader-min.js /yui3/build/loader/loader-yui3-debug.js /yui3/build/loader/loader-yui3-min.js /yui3/build/loader/loader-yui3.js /yui3/build/loader/loader.js /yui3/src/charts/build.properties /yui3/src/charts/build.xml AreaSeries.js AreaSplineSeries.js Axis.js BarSeries.js BaseAxis.js BottomAxisLayout.js CartesianChart.js CartesianSeries.js CategoryAxis.js Chart.js ChartBase.js ColumnSeries.js ComboSeries.js ComboSplineSeries.js CurveUtil.js Fills.js Graph.js Gridlines.js Histogram.js LeftAxisLayout.js LineSeries.js Lines.js MarkerSeries.js NumericAxis.js PieChart.js PieSeries.js Plots.js Renderer.js RightAxisLayout.js Shape.js SplineSeries.js StackedAreaSeries.js StackedAreaSplineSeries.js StackedAxis.js StackedBarSeries.js StackedColumnSeries.js StackedComboSeries.js StackedComboSplineSeries.js StackedLineSeries.js StackedMarkerSeries.js StackedSplineSeries.js StackingUtil.js TimeAxis.js TopAxisLayout.js VMLShape.js graphics-svg.js graphics-vml.js /yui3/src/charts/meta/charts.json /yui3/src/charts/tests/charts.html /yui3/src/common/tests/smoketests.xml /yui3/src/loader/js/yui3.js /yui3/src/loader/js/yui3.json