mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-14 20:24:03 +00:00
16 lines
214 B
Text
16 lines
214 B
Text
|
|
:ruby
|
||
|
|
options = {
|
||
|
|
legend: 'bottom',
|
||
|
|
download: true,
|
||
|
|
messages: { empty: 'No data' }
|
||
|
|
}
|
||
|
|
|
||
|
|
.row
|
||
|
|
.col-md-12
|
||
|
|
.text-center
|
||
|
|
%h4
|
||
|
|
= title
|
||
|
|
.row
|
||
|
|
.col-md-12
|
||
|
|
= line_chart data, options
|