Skip to content

Commit a552bd0

Browse files
Merge pull request #29 from railsjazz/echarts_5_6
new version of echarts 5.6
2 parents 1046171 + 5ff36ae commit a552bd0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+6929
-455
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@
1111

1212
*.gem
1313

14-
coverage/*
14+
coverage/*
15+
16+
.DS_Store
17+
**/**/.DS_Store */

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
- master
22
...
33

4+
- 0.0.7
5+
- fix stacked charts https://github.com/railsjazz/rails_charts/pull/27
6+
- eCharts 5.6
7+
48
- 0.0.6
59
- fix: make options for as_json optional https://github.com/railsjazz/rails_charts/pull/20/files
610
- feature: add support for render option

Gemfile

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
44
# Specify your gem's dependencies in rails_charts.gemspec.
55
gemspec
66

7-
gem "sqlite3"
7+
gem "sqlite3", "~> 2.6.0"
88

99
# Start debugger with binding.b [https://github.com/ruby/debug]
1010
# gem "debug", ">= 1.0.0"
@@ -14,5 +14,8 @@ gem 'faker'
1414
gem 'groupdate'
1515
gem 'puma'
1616
gem "sprockets-rails"
17-
gem "annotate"
18-
gem "simplecov", group: :test
17+
gem "simplecov", group: :test
18+
gem "base64"
19+
gem "bigdecimal"
20+
gem "mutex_m"
21+
gem "rails", "~> 8.0.0"

0 commit comments

Comments
 (0)