osem-fcy/app/views/application/_line_chart.html.haml

9 lines
167 B
Text
Raw Normal View History

.row
.col-md-12
.text-center
%h4
= title
.row
.col-md-12
2022-02-15 19:06:26 +01:00
= line_chart data, legend: 'bottom', download: true, messages: { empty: 'No data' }