jekyll_date_chart

By GSI

This Jekyll plugin renders date-related line charts based on textile-formatted tables. While the plugin focuses on the presentation of financial data, it may also be used to display other date-related statistics

To install, add this to your Gemfile:

gem "jekyll_date_chart"

and run bundle install. To use, run Jekyll with bundle exec preceding it:

$ bundle exec jekyll build
$ bundle exec jekyll serve

Source code