summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/drawing
AgeCommit message (Collapse)Author
2012-04-28val_axis_data removed so there is no point in trying to include it.Randy Morgan
2012-04-28support for specifying the colors to use for data series in charts.Randy Morgan
2012-04-28color needs to be delegated to the concrete series.Randy Morgan
2012-04-28bugfix. Values need to_sRandy Morgan
2012-04-28remove val_axis_data as it is replicated in named_axis_data.Randy Morgan
2012-04-27colored chart series and examples. Still need to workout scatter as it uses ↵Randy Morgan
line and shape
2012-04-25label rotation and conditional formatting examplesRandy Morgan
2012-04-18rename dual-scoped variableRandy Morgan
2012-04-03pre-release cleanupRandy Morgan
2012-04-01rebuild all serialization to use string concatenation instead of nokogiri.Randy Morgan
2012-04-01part way through changing all serialization to use string concatenation ↵Randy Morgan
prior to dropping Nokogiri dep in production.
2012-03-29Implement full set of col attributes and improve performance of autowidth ↵Randy Morgan
two fold. ``` user system total real axlsx_noautowidth 0.810000 0.020000 0.830000 ( 0.836274) axlsx 1.430000 0.160000 1.590000 ( 1.776305) axlsx_shared 9.360000 0.160000 9.520000 ( 9.662113) axlsx_stream 1.320000 0.110000 1.430000 ( 1.429806) csv 0.260000 0.020000 0.280000 ( 0.296828)
2012-03-22Add Scatter chartsJoe Kain
2012-03-10adding in quick patch for catAxis, valAxis on charts to specify gridlines = ↵Randy Morgan
false. Needs specs once I work out what the hell happened to nokogiri in 1.5.1
2012-03-09patch title serialization for graphic frameRandy Morgan
2012-02-22shadowed vars and bad indentation. shame, shame on meRandy Morgan
2012-02-14Stomp out all warnings.Randy Morgan
"Method calls with expanded arrays require parentheses" Thanks rspec - I didn't know that.
2012-02-12Adding in support for optionally using the shared strings table. This will ↵Randy Morgan
allow us to inter-op properly with Numbers
2012-02-02Adding in hyperlinking for images as per issue #22Randy Morgan
2012-01-18remove linebreaks/indentation when saving to encourage interop with rubyXLRandy Morgan
https://github.com/randym/axlsx/issues/19
2011-12-08cleaning up xml namespace usage in drawings and improving looks for charts ↵Randy Morgan
in excel 2011
2011-12-05updating start_at, end_at to accept a named cell reference, a cell or x, y ↵Randy Morgan
coordinates
2011-12-02adding in the picture locking class and testsRandy Morgan
2011-12-02Added locking attributes for pictures and some stubs for parsingRandy Morgan
2011-11-26adding in support for ruby 1.9.3Randy Morgan
release version 1.0.9
2011-11-23Adding image support and some document clean up for .8 releaseRandy Morgan
2011-11-23-refactoring chart position and axis data/category for chart.Randy Morgan
-additional specs and documentation improvements.
2011-11-21spec patchRandy Morgan
2011-11-21Adding in support for line charts, style attribute for all charts and minor ↵Randy Morgan
bug fixes.
2011-11-20first commitRandy Morgan