We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e3f4bf commit 254f299Copy full SHA for 254f299
CHANGES
@@ -1,6 +1,9 @@
1
- master
2
...
3
4
+- 0.0.8
5
+ - JS event when chart was rendered https://github.com/railsjazz/rails_charts/pull/31
6
+
7
- 0.0.7
8
- fix stacked charts https://github.com/railsjazz/rails_charts/pull/27
9
- eCharts 5.6
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- rails_charts (0.0.7)
+ rails_charts (0.0.8)
rails
GEM
lib/rails_charts/version.rb
@@ -1,3 +1,3 @@
module RailsCharts
- VERSION = "0.0.7"
+ VERSION = "0.0.8"
end
0 commit comments