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