mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-17 13:44:09 +00:00
8 lines
290 B
Text
8 lines
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']}
|