summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/drawing/d_lbls.rb
AgeCommit message (Expand)Author
2023-06-15Fix redundant self offensesGeremia Taglialatela
2023-06-10Fix safe Style/ColonMethodCall offensesGeremia Taglialatela
2023-05-22Fix Style/NonNilCheck offensesGeremia Taglialatela
2023-05-21Improve commentsGeremia Taglialatela
2023-05-10Fix Inefficient Hash Search offensesGeremia Taglialatela
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 Layout/ExtraSpacing offensesGeremia Taglialatela
2023-04-08Fix Layout/EmptyLineAfterGuardClause offensesGeremia Taglialatela
2023-04-08Fix space-related offensesGeremia Taglialatela
2023-04-08Fix EmptyLines related offensesGeremia Taglialatela
2023-04-06Fix Layout/EmptyLines offensesGeremia Taglialatela
2023-04-06Remove Layout/TrailingWhitespace offensesGeremia Taglialatela
2022-03-02instance_values -> instance_values_forpjskennedy
2022-03-02Update references to use new class methodpjskennedy
2020-07-09fix typo in documentation for label_position (#52)Viktor Polyakov
2015-08-07allow to use d_lbl_pos for LineChartRuslan Kornev
2013-03-17Fixed LineChart and refactored chart axes managementRandy Morgan
2012-10-14Refactored to use options parserRandy Morgan
2012-10-09extracted accessor methods into module that is scope because polluting Module...Randy Morgan
2012-09-30Extracted STRING_ATTRIBUTES and BOOLEAN_ATTRIBUTES into mixin from moduleRandy Morgan
2012-09-30Extracted boolean attribute class method generation to module.Randy Morgan
2012-08-04pre-release prepRandy Morgan
2012-08-02bring coverage up to 100% for d_lbls and defined namesRandy Morgan
2012-07-31Adding in proper defined names so we can repeat header rows for each printed ...Randy Morgan
2012-07-23more cleanup for optional data label attributesRandy Morgan
2012-07-20data labels for bar and line chartsRandy Morgan
2012-07-20bring spec coverage back up to 100%Randy Morgan
2012-07-20specs for d_lbls and a patch to cover for nil relationships in a worksheet.Randy Morgan
2012-07-18dynamic docs… hmmmRandy Morgan
2012-07-18#113 implement data labels for pie chartsRandy Morgan