summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/drawing/chart.rb
AgeCommit message (Expand)Author
2023-06-13Fix safe Style/Lambda offensesGeremia Taglialatela
2023-06-10Fix safe Style/ColonMethodCall offensesGeremia Taglialatela
2023-06-05Prefer `Kernel#format` to `String#%`Geremia Taglialatela
2023-06-05Fix Style/RedundantInterpolation offensesGeremia 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-05-03Fix safe, minor offenses to production codeGeremia Taglialatela
2023-04-10Fix Layout/LeadingCommentSpace offensesGeremia Taglialatela
2023-04-08Fix space-related offensesGeremia Taglialatela
2023-04-08Fix EmptyLines related offensesGeremia Taglialatela
2023-04-06Fix Style/Encoding offensesGeremia Taglialatela
2022-06-05Implement “rounded corners” setting for chartsStefan
2022-06-01Implement “plot visible only” setting for chartsStefan
2022-05-18Completely hide chart titles if blankStefan
2017-04-01chore(doc): document some membersrandym
2015-07-28chart.rb: added method to set font size of Title object in chartErik Veijola
2015-03-14Merge pull request #377 from shifakhan/charts_background_colorJurriaan Pruis
2015-03-03Minor changeBrad Stewart
2015-03-03Fix commentsBrad Stewart
2015-03-03Allow legend position to be set on chartsBrad Stewart
2015-02-21Background color option for chartsshifakhan
2014-02-26Huge refactoringJurriaan Pruis
2013-07-08Make relationship ids more reliable.Stefan Daschek
2013-06-23fixed bad test case and bad code for dispBlanksAs (setting now actually makes...Moses Hohman
2013-06-23provide a better default for dispBlanksAs and allow it to be configuredMoses Hohman
2013-01-23Updated chart vary_colorsRandy Morgan
2013-01-15Refactored relationship management for drawingsRandy Morgan
2012-11-23Updated thin_chars and replaced cover_me with simplecovRandy Morgan
2012-10-14Refactored to use options parserRandy Morgan
2012-08-02hmm…. ditch red carpet and do some docsRandy Morgan
2012-07-23more cleanup for optional data label attributesRandy Morgan
2012-07-18#113 implement data labels for pie chartsRandy Morgan
2012-07-14refactoring of some helper methods in chartRandy Morgan
2012-07-10more cleanupRandy Morgan
2012-07-03add in default printing options for charts so that they are added when export...Randy Morgan
2012-07-03more work on snake case standardizationRandy Morgan
2012-06-05fix chart title parsing to properly handle non-cell based text runsRandy Morgan
2012-05-03add support for axis delete, cat axis tickLblSkip and tickMarkSkip with sensi...Randy Morgan
2012-05-03bug fix - end_at should not be dependent on :start_at optionRandy Morgan
2012-04-03pre-release cleanupRandy Morgan
2012-04-01rebuild all serialization to use string concatenation instead of nokogiri.Randy Morgan
2012-04-01part way through changing all serialization to use string concatenation prior...Randy Morgan
2012-03-29Implement full set of col attributes and improve performance of autowidth two...Randy Morgan
2012-02-22shadowed vars and bad indentation. shame, shame on meRandy Morgan
2012-02-14Stomp out all warnings.Randy Morgan
2012-02-12Adding in support for optionally using the shared strings table. This will al...Randy Morgan
2012-01-18remove linebreaks/indentation when saving to encourage interop with rubyXLRandy Morgan
2011-12-08cleaning up xml namespace usage in drawings and improving looks for charts in...Randy Morgan