mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
8 lines
No EOL
290 B
Text
8 lines
No EOL
290 B
Text
.well
|
|
.text-center
|
|
%h4 User distribution
|
|
%canvas.doughnut_chart{"data-chart"=>user_distribution.to_json}
|
|
.row
|
|
- if user_distribution
|
|
- user_distribution.each do |key, value|
|
|
%span{"style"=>"border-bottom: 3px solid #{value['color']}"} #{key}: #{value['value']} |