index
:
caxlsx
hyperlink-worksheet-fix
master
Caxlsx
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
drawing
/
tc_chart.rb
Age
Commit message (
Expand
)
Author
2023-05-22
Use Ruby 1.9 hash syntax (non-production code)
Geremia Taglialatela
2023-05-04
Enable Style/FrozenStringLiteralComment and autocorrect
Paul Kmiec
2023-05-03
Remove redundant load paths
Geremia Taglialatela
2023-05-03
Fix Style/RedundantFileExtensionInRequire offense
Geremia Taglialatela
2023-05-03
Add RuboCop Minitest
Geremia Taglialatela
2023-05-03
Fix offenses to non-production code
Geremia Taglialatela
2023-04-08
Fix space-related offenses
Geremia Taglialatela
2023-04-08
Fix EmptyLines related 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
2022-03-02
instance_values -> instance_values_for
pjskennedy
2022-03-02
Update references to use new class method
pjskennedy
2017-04-01
chore(test): update tests for depreciated methods
randym
2013-08-17
removed unused schema variable declaration
Randy Morgan
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
2012-07-20
complete chart specs
Randy Morgan
2012-07-03
more snake casing work
Randy Morgan
2012-05-15
bring coverage up to 100% and patch a few minor bugs in cell style overrides ...
Randy Morgan
2012-05-03
rebuild series data base objects with full implementation.
Randy Morgan
2012-04-01
rebuild all serialization to use string concatenation instead of nokogiri.
Randy Morgan
2012-03-23
move requires out of specs and into helper that prepends lib directory for re...
Randy Morgan
2012-02-16
more specs for cell_alignment cell and chart
Randy Morgan
2011-11-23
-refactoring chart position and axis data/category for chart.
Randy Morgan
2011-11-21
Adding in support for line charts, style attribute for all charts and minor b...
Randy Morgan
2011-11-20
first commit
Randy Morgan