summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/drawing/scatter_series.rb
AgeCommit message (Expand)Author
2023-10-19Fix frozen string error for scatter series with non-default markerKoza
2023-06-10Fix safe Style/ColonMethodCall offensesGeremia Taglialatela
2023-05-31Remove redundant parenthesesGeremia Taglialatela
2023-05-31Use Ruby 1.9 hash syntaxGeremia Taglialatela
2023-05-31Fix string concatenation offenses in production codeGeremia 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-08Fix space-related offensesGeremia Taglialatela
2023-04-08Fix EmptyLines related offensesGeremia Taglialatela
2023-04-06Fix Style/Encoding offensesGeremia Taglialatela
2021-03-05feature: useless assignment removedOleg Yakovenko
2021-03-05feature: helper method naming adjustmentOleg Yakovenko
2021-03-05feature: spec fixOleg Yakovenko
2021-03-05feature: handle default marker symbolOleg Yakovenko
2021-03-02feature: respect marker preferences without color specificationOleg Yakovenko
2021-03-01feature: marker symbol management for scatter seriesOleg Yakovenko
2021-03-01feature: scatter series should respect marker preference of parent chartOleg Yakovenko
2018-02-08chore(coverage) increase coverage and cleanuprandym
2015-07-28scatter_series.rb: added line_width to scatter seriesErik Veijola
2014-08-12Add support for enabling or disabling smoothed lines in a scatter chart seriesIan Anderson
2014-02-26Huge refactoringJurriaan Pruis
2012-05-03rebuild series data base objects with full implementation.Randy Morgan
2012-04-28support for specifying the colors to use for data series in charts.Randy Morgan
2012-04-03pre-release cleanupRandy Morgan
2012-04-01rebuild all serialization to use string concatenation instead of nokogiri.Randy Morgan
2012-03-22Add Scatter chartsJoe Kain