summaryrefslogtreecommitdiffhomepage
path: root/examples/basic_charts.rb
AgeCommit message (Collapse)Author
2020-09-11Restructure examples folder (#47)Zsolt Kozaroczy
Split examples into separate markdown files, each containing a description, sample code, and a screenshot of the resulting xlsx document. The script `generate.rb` is provided to actually generate the example documents by executing the sample code contained in the markdown files.
2012-08-31add example of removing tick labelsRandy Morgan
2012-08-30add none option for cat axis tick label positionRandy Morgan
2012-07-20data labels for bar and line chartsRandy Morgan
2012-07-18dynamic docs… hmmmRandy Morgan
2012-07-18#113 implement data labels for pie chartsRandy Morgan
2012-06-05fix chart title parsing to properly handle non-cell based text runsRandy Morgan