summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/drawing/line_chart.rb
AgeCommit message (Expand)Author
2023-09-08Use `class.name` instead of `class.to_s`Geremia Taglialatela
2023-05-31Use Ruby 1.9 hash syntaxGeremia 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 Layout/CommentIndentation offensesGeremia Taglialatela
2023-04-06Fix Style/Encoding offensesGeremia Taglialatela
2014-02-26Huge refactoringJurriaan Pruis
2013-09-27smooth line for line chartpatorash
2013-09-26extended examples and smooth lines for line chartRandy Morgan
2013-04-19Added prep for 1.3.6 releaseRandy Morgan
2013-03-17Fixed LineChart and refactored chart axes managementRandy Morgan
2013-03-14fix line chart nameSergio Cambra
2013-03-14only yield if block givenSergio Cambra
2013-03-14add lineChart (2D) and show_marker to LineSeries (for 2D line chart)Sergio Cambra