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