index
:
caxlsx
hyperlink-worksheet-fix
master
Caxlsx
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
lib
/
axlsx
/
drawing
/
d_lbls.rb
Age
Commit message (
Expand
)
Author
2023-06-15
Fix redundant self offenses
Geremia Taglialatela
2023-06-10
Fix safe Style/ColonMethodCall offenses
Geremia Taglialatela
2023-05-22
Fix Style/NonNilCheck offenses
Geremia Taglialatela
2023-05-21
Improve comments
Geremia Taglialatela
2023-05-10
Fix Inefficient Hash Search offenses
Geremia Taglialatela
2023-05-04
Fix tests / code to work with frozen string literals
Paul Kmiec
2023-05-04
Enable Style/FrozenStringLiteralComment and autocorrect
Paul Kmiec
2023-04-10
Fix Layout/LeadingCommentSpace offenses
Geremia Taglialatela
2023-04-09
Fix Layout/ExtraSpacing offenses
Geremia Taglialatela
2023-04-08
Fix Layout/EmptyLineAfterGuardClause offenses
Geremia Taglialatela
2023-04-08
Fix space-related offenses
Geremia Taglialatela
2023-04-08
Fix EmptyLines related offenses
Geremia Taglialatela
2023-04-06
Fix Layout/EmptyLines offenses
Geremia Taglialatela
2023-04-06
Remove Layout/TrailingWhitespace offenses
Geremia Taglialatela
2022-03-02
instance_values -> instance_values_for
pjskennedy
2022-03-02
Update references to use new class method
pjskennedy
2020-07-09
fix typo in documentation for label_position (#52)
Viktor Polyakov
2015-08-07
allow to use d_lbl_pos for LineChart
Ruslan Kornev
2013-03-17
Fixed LineChart and refactored chart axes management
Randy Morgan
2012-10-14
Refactored to use options parser
Randy Morgan
2012-10-09
extracted accessor methods into module that is scope because polluting Module...
Randy Morgan
2012-09-30
Extracted STRING_ATTRIBUTES and BOOLEAN_ATTRIBUTES into mixin from module
Randy Morgan
2012-09-30
Extracted boolean attribute class method generation to module.
Randy Morgan
2012-08-04
pre-release prep
Randy Morgan
2012-08-02
bring coverage up to 100% for d_lbls and defined names
Randy Morgan
2012-07-31
Adding in proper defined names so we can repeat header rows for each printed ...
Randy Morgan
2012-07-23
more cleanup for optional data label attributes
Randy Morgan
2012-07-20
data labels for bar and line charts
Randy Morgan
2012-07-20
bring spec coverage back up to 100%
Randy Morgan
2012-07-20
specs for d_lbls and a patch to cover for nil relationships in a worksheet.
Randy Morgan
2012-07-18
dynamic docs… hmmm
Randy Morgan
2012-07-18
#113 implement data labels for pie charts
Randy Morgan