Sha256: f77546180a4afd2c67e8a5d605eabfdaa805f0bc049262a9d8d5c5d33938b4d3
Contents?: true
Size: 1.23 KB
Versions: 2
Compression:
Stored size: 1.23 KB
Contents
CHANGELOG --------- ##October.22.11: 1.0.6 release - Bumping version to include docs. Bug in gemspec pointing to incorrect directory. ##October.22.11: 1.05 - Added support for line charts - Updated examples and readme - Updated series title to be a real title ** NOTE ** If you are accessing titles directly you will need to update text assignation. chart.series.first.title = 'Your Title' chart.series.first.title.text = 'Your Title' With this change you can assign a cell for the series title chart.series.title = sheet.rows.first.cells.first If you are using the recommended chart.add_series :data=>[], :labels=>[], :title You do not have to change anything. - BugFix: shape attribute for bar chart is now properly serialized - BugFix: date1904 property now properly set for charts - Added style property to charts - Removed serialization write test as it most commonly fails when run from the gem's intalled directory ##October.21.11: 1.0.4 - altered package to accept a filename string for serialization instead of a File object. - Updated specs to conform - More examples for readme ##October.21.11: 1.0.3 release - Updated documentation ##October.20.11: 0.1.0 release
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
axlsx-1.0.8 | CHANGELOG.md |
axlsx-1.0.7 | CHANGELOG.md |