summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/drawing/bar_chart.rb
AgeCommit message (Expand)Author
2023-05-31Remove redundant parenthesesGeremia 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-10Fix Layout/LeadingCommentSpace offensesGeremia Taglialatela
2023-04-09Fix offenses related to indentation consistencyGeremia Taglialatela
2023-04-08Fix space-related offensesGeremia Taglialatela
2023-04-08Fix EmptyLines related offensesGeremia Taglialatela
2023-04-06Fix Style/Encoding offensesGeremia Taglialatela
2021-07-25Fix gap width validator for bar charts (#108)Zsolt Kozaroczy
2021-07-24Add overlap to bar charts (#107)Zsolt Kozaroczy
2019-12-17Fix typos in BarChart commentsKoza
2017-11-17Add support for non-3D bar chartsDavid N. Robinson