mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-14 20:24:03 +00:00
8 lines
235 B
Text
8 lines
235 B
Text
:ruby
|
|
combined_data ||= {}
|
|
data ||= chart_values(combined_data)
|
|
|
|
.text-center
|
|
%h4
|
|
= title
|
|
= pie_chart data, donut: true, legend: 'bottom', download: true, messages: { empty: 'No data' }, colors: chart_colors(combined_data)
|