tty pie:在终端窗口中绘制饼图 源码
TTY:派 在终端窗口中绘制饼图 TTY :: Pie为工具箱提供了饼图绘制组件。 安装 将此行添加到您的应用程序的Gemfile中: gem "tty-pie" 然后执行: $ bundle 或自己安装为: $ gem install tty-pie 内容 1.用法 要呈现饼图,您需要提供一系列数据项: data = [ { name : "BTC" , value : 5977 , color : :bright_yellow , fill : "*" } , { name : "BCH" , value : 3045 , color : :bright_green ,
文件列表
tty-pie-master.zip
(预估有个37文件)
tty-pie-master
.gitignore
127B
tasks
coverage.rake
210B
console.rake
197B
spec.rake
685B
README.md
11KB
.rubocop.yml
694B
CHANGELOG.md
1KB
bin
暂无评论