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
/
chart.rb
Age
Commit message (
Expand
)
Author
2023-06-13
Fix safe Style/Lambda offenses
Geremia Taglialatela
2023-06-10
Fix safe Style/ColonMethodCall offenses
Geremia Taglialatela
2023-06-05
Prefer `Kernel#format` to `String#%`
Geremia Taglialatela
2023-06-05
Fix Style/RedundantInterpolation offenses
Geremia Taglialatela
2023-05-31
Use Ruby 1.9 hash syntax
Geremia Taglialatela
2023-05-05
Pipe output directly to str and avoid additional memory allocations
Paul Kmiec
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-05-03
Fix safe, minor offenses to production code
Geremia Taglialatela
2023-04-10
Fix Layout/LeadingCommentSpace 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 Style/Encoding offenses
Geremia Taglialatela
2022-06-05
Implement “rounded corners” setting for charts
Stefan
2022-06-01
Implement “plot visible only” setting for charts
Stefan
2022-05-18
Completely hide chart titles if blank
Stefan
2017-04-01
chore(doc): document some members
randym
2015-07-28
chart.rb: added method to set font size of Title object in chart
Erik Veijola
2015-03-14
Merge pull request #377 from shifakhan/charts_background_color
Jurriaan Pruis
2015-03-03
Minor change
Brad Stewart
2015-03-03
Fix comments
Brad Stewart
2015-03-03
Allow legend position to be set on charts
Brad Stewart
2015-02-21
Background color option for charts
shifakhan
2014-02-26
Huge refactoring
Jurriaan Pruis
2013-07-08
Make relationship ids more reliable.
Stefan Daschek
2013-06-23
fixed bad test case and bad code for dispBlanksAs (setting now actually makes...
Moses Hohman
2013-06-23
provide a better default for dispBlanksAs and allow it to be configured
Moses Hohman
2013-01-23
Updated chart vary_colors
Randy Morgan
2013-01-15
Refactored relationship management for drawings
Randy Morgan
2012-11-23
Updated thin_chars and replaced cover_me with simplecov
Randy Morgan
2012-10-14
Refactored to use options parser
Randy Morgan
2012-08-02
hmm…. ditch red carpet and do some docs
Randy Morgan
2012-07-23
more cleanup for optional data label attributes
Randy Morgan
2012-07-18
#113 implement data labels for pie charts
Randy Morgan
2012-07-14
refactoring of some helper methods in chart
Randy Morgan
2012-07-10
more cleanup
Randy Morgan
2012-07-03
add in default printing options for charts so that they are added when export...
Randy Morgan
2012-07-03
more work on snake case standardization
Randy Morgan
2012-06-05
fix chart title parsing to properly handle non-cell based text runs
Randy Morgan
2012-05-03
add support for axis delete, cat axis tickLblSkip and tickMarkSkip with sensi...
Randy Morgan
2012-05-03
bug fix - end_at should not be dependent on :start_at option
Randy Morgan
2012-04-03
pre-release cleanup
Randy Morgan
2012-04-01
rebuild all serialization to use string concatenation instead of nokogiri.
Randy Morgan
2012-04-01
part way through changing all serialization to use string concatenation prior...
Randy Morgan
2012-03-29
Implement full set of col attributes and improve performance of autowidth two...
Randy Morgan
2012-02-22
shadowed vars and bad indentation. shame, shame on me
Randy Morgan
2012-02-14
Stomp out all warnings.
Randy Morgan
2012-02-12
Adding in support for optionally using the shared strings table. This will al...
Randy Morgan
2012-01-18
remove linebreaks/indentation when saving to encourage interop with rubyXL
Randy Morgan
2011-12-08
cleaning up xml namespace usage in drawings and improving looks for charts in...
Randy Morgan
[next]