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
/
line_chart.rb
Age
Commit message (
Expand
)
Author
2023-09-08
Use `class.name` instead of `class.to_s`
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-04-08
Fix space-related offenses
Geremia Taglialatela
2023-04-08
Fix EmptyLines related offenses
Geremia Taglialatela
2023-04-06
Fix Layout/CommentIndentation offenses
Geremia Taglialatela
2023-04-06
Fix Style/Encoding offenses
Geremia Taglialatela
2014-02-26
Huge refactoring
Jurriaan Pruis
2013-09-27
smooth line for line chart
patorash
2013-09-26
extended examples and smooth lines for line chart
Randy Morgan
2013-04-19
Added prep for 1.3.6 release
Randy Morgan
2013-03-17
Fixed LineChart and refactored chart axes management
Randy Morgan
2013-03-14
fix line chart name
Sergio Cambra
2013-03-14
only yield if block given
Sergio Cambra
2013-03-14
add lineChart (2D) and show_marker to LineSeries (for 2D line chart)
Sergio Cambra