文件名称:vega:由Vega和Vega-Lite支持的Ruby交互式图表
文件大小:528KB
文件格式:ZIP
更新时间:2024-05-25 07:29:15
Ruby
Vega.rb 由和支持的Ruby交互式图表 与Rails,iRuby和其他框架一起使用 安装 将此行添加到应用程序的Gemfile中: gem 'vega' 请遵循有关如何计划使用的说明: Rails 6 / Webpacker 跑步: yarn add vega vega-lite vega-embed 并添加到app/javascript/packs/application.js : window . vegaEmbed = require ( "vega-embed" ) . default 滑轨5 /链轮 添加到app/assets/javascripts/application.js : //= require vega //= require vega-lite //= require vega-embed Ruby 无需其他设置。 其他 对于Sinatra和
【文件预览】:
vega-master
----.gitignore(80B)
----CHANGELOG.md(345B)
----LICENSE.txt(1KB)
----.github()
--------workflows()
----README.md(6KB)
----vendor()
--------assets()
----lib()
--------vega.rb(549B)
--------vega()
----vega.gemspec(542B)
----licenses()
--------LICENSE-vega-lite.txt(1KB)
--------LICENSE-vega.txt(1KB)
--------LICENSE-vega-interpreter.txt(1KB)
--------LICENSE-vega-embed.txt(1KB)
----Gemfile(74B)
----Rakefile(863B)
----test()
--------vega_test.rb(3KB)
--------test_helper.rb(102B)