diff --git a/CHANGELOG.md b/CHANGELOG.md index a7244e7..ec45919 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file. - **RangeBar chart** - Change logo to placeholder logo that needs to be replaced - Example for palette creation +- Choose README versions ## Changed - X and Y axis type `number` to `numeric` diff --git a/README.md b/README.md index 4369830..b93bc27 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,16 @@ ApexCharts.rb is a ruby gem that wraps a JavaScript charting library called with beautiful, interactive, and responsive charts for your ruby app. +## README Versions +This README might not be for the version you use. +Choose the right README: + +- [v0.1.5](https://github.com/styd/apexcharts.rb/blob/v0.1.5/README.md) +- [v0.1.4](https://github.com/styd/apexcharts.rb/blob/v0.1.4/README.md) +- [v0.1.3](https://github.com/styd/apexcharts.rb/blob/v0.1.3/README.md) +- [v0.1.2](https://github.com/styd/apexcharts.rb/blob/v0.1.2/README.md) +- [v0.1.1](https://github.com/styd/apexcharts.rb/blob/v0.1.1/README.md) + ## Table of Contents - [Usage](#usage)