You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2022/04/30 08:58:56 UTC

[echarts-www] branch master updated: Add Rails Charts

This is an automated email from the ASF dual-hosted git repository.

shenyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-www.git


The following commit(s) were added to refs/heads/master by this push:
     new 69bd080d Add Rails Charts
     new 5b0d8940 Merge pull request #32 from bkmgit/ruby
69bd080d is described below

commit 69bd080dbe64423ffc6168ca77b473d3e00fe3fb
Author: Benson Muite <bk...@users.noreply.github.com>
AuthorDate: Sat Apr 30 10:45:09 2022 +0300

    Add Rails Charts
---
 config/common.js | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/config/common.js b/config/common.js
index eca84207..3e96a835 100644
--- a/config/common.js
+++ b/config/common.js
@@ -213,6 +213,16 @@ module.exports = {
             }],
             desc: 'Krisk bring Echarts to Python, and helpful tools for statistical interactive visualization.',
             descEN: 'Krisk bring Echarts to Python, and helpful tools for statistical interactive visualization.'
+        }, {
+            image: '',
+            name: 'Rails Charts',
+            website: 'https://github.com/railsjazz/rails_charts',
+            authors: [{
+                name: 'Rails Charts',
+                website: 'https://github.com/railsjazz/rails_charts'
+            }],
+            desc: 'Rails Charts提供了一个Ruby gem,可以在Ruby on Rails应用程序中使用图表。',
+            descEN: 'Rails Charts provides a Ruby gem enabling use of ECharts in Ruby on Rails applications.'
         }, {
             image: '',
             name: 'recharts',


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org