summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/drawing/line_series.rb
AgeCommit message (Expand)Author
2023-06-10Fix safe Style/ColonMethodCall offensesGeremia Taglialatela
2023-05-31Remove redundant parenthesesGeremia Taglialatela
2023-05-31Use Ruby 1.9 hash syntaxGeremia Taglialatela
2023-05-31Fix string concatenation offenses in production codeGeremia Taglialatela
2023-05-20Remove minor safe offensesGeremia Taglialatela
2023-05-05Pipe output directly to str and avoid additional memory allocationsPaul Kmiec
2023-05-04Fix tests / code to work with frozen string literalsPaul Kmiec
2023-05-04Enable Style/FrozenStringLiteralComment and autocorrectPaul Kmiec
2023-04-08Fix space-related offensesGeremia Taglialatela
2023-04-08Fix EmptyLines related offensesGeremia Taglialatela
2023-04-06Fix Style/Encoding offensesGeremia Taglialatela
2015-07-05Fix Axlsx::LineSeries#marker_symbol and add testsJonathan Tron
2014-07-29Allow custom marker symbol shapes on chartmfrank01
2014-02-26Huge refactoringJurriaan Pruis
2013-09-27smooth line for line chartpatorash
2013-04-18Added line specificationRandy Morgan
2013-03-17Fixed LineChart and refactored chart axes managementRandy Morgan
2013-03-14add lineChart (2D) and show_marker to LineSeries (for 2D line chart)Sergio Cambra
2012-05-03rebuild series data base objects with full implementation.Randy Morgan
2012-04-28support for specifying the colors to use for data series in charts.Randy 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 prior...Randy Morgan
2012-02-12Adding in support for optionally using the shared strings table. This will al...Randy Morgan
2011-11-26adding in support for ruby 1.9.3Randy Morgan
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
2011-11-21Adding in support for line charts, style attribute for all charts and minor b...Randy Morgan