Skip to content

Commit

Permalink
Update info and change wording
Browse files Browse the repository at this point in the history
  • Loading branch information
styd committed Jul 20, 2019
1 parent fc384b2 commit 6325c53
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 18 deletions.
38 changes: 22 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,20 @@ All notable changes to this project will be documented in this file.
### Added
- Data formats on README
- HTML+ERB support on README
- BaseChart as a parent for Cartesian Chart and Polar Chart
- BaseChart as a parent for CartesianChart and PolarChart
- Tests for OptionsBuilder
- Option `parentHeightOffset` for `chart`
- Option `radar` for `plot_options`
- Radar chart
- **Radar chart**
- **Candlestick chart**
- Development dependency `simplecov` and `simplecov-console`
- Issue templates
- Code of conduct
- Build options for colors

### Changed
- Gem summary and description
- Namespace Apexcharts to ApexCharts

### Fixed
- Array of hashes with key `data` as input not read correctly
Expand All @@ -27,8 +33,8 @@ All notable changes to this project will be documented in this file.
## [0.1.4] - 2019-07-06
### Added
- Changelog
- Heatmap Chart
- Bubble Chart
- **Heatmap Chart**
- **Bubble Chart**
- Chart examples

### Changed
Expand All @@ -46,8 +52,8 @@ All notable changes to this project will be documented in this file.
- Tests for Utils
- Tests for Charts
- Tests for Options Builder
- Stepline chart
- Brush chart
- **Stepline chart**
- **Brush chart**

### Changed
- Chart examples
Expand All @@ -59,9 +65,9 @@ All notable changes to this project will be documented in this file.
## [0.1.2] - 2019-06-18
### Added
- Travis CI
- Donut chart
- Pie chart
- RadialBar chart
- **Donut chart**
- **Pie chart**
- **RadialBar chart**
- Chart examples
- Logo

Expand All @@ -75,13 +81,13 @@ All notable changes to this project will be documented in this file.

## [0.1.1] - 2019-06-14
### Added
- Line chart
- Area chart
- Column chart
- Bar chart
- Scatter chart
- Mixed charts
- Syncing charts
- **Line chart**
- **Area chart**
- **Column chart**
- **Bar chart**
- **Scatter chart**
- **Mixed charts**
- **Syncing charts**

[Unreleased]: https://github.com/styd/apexcharts.rb/compare/v0.1.4...HEAD
[0.1.4]: https://github.com/styd/apexcharts.rb/compare/v0.1.3...v0.1.4
Expand Down
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ You can make candlestick chart with this:
```
![Example Candlestick Chart](images/candlestick_chart.gif)

Real life candlestick chart probably don't look like that.
Real life candlestick chart probably don't look like that.
That's because I just use random sets of numbers as the data.


Expand Down Expand Up @@ -457,7 +457,10 @@ After installing the gem, insert this to the top of your .html.erb files:


## TODOs
- Other charts (radar, candlestick, etc.)
- Replace dependency `smart_kv` with `dry-schema`
- Create reusable theme palette
- Add more features (e.g. gradient line, background image, etc.)
- Range bar chart
- Support other ruby frameworks (sinatra, hanami, etc.)


Expand All @@ -472,3 +475,11 @@ Everyone is encouraged to help improve this project by:

## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).


## Like the charts?
Consider donating to the author of apexcharts.js to support his awesome library.
This project wouldn't be possible without it.

Become a sponsor on [Patreon](https://patreon.com/junedchhipa).
One time donation on [PayPal](https://paypal.me/junedchhipa)

0 comments on commit 6325c53

Please sign in to comment.