Sha256: 067c0d03ac552e1f7f5a2725b3231533d44b8bfd94a08247116042360fc35051
Contents?: true
Size: 610 Bytes
Versions: 10
Compression:
Stored size: 610 Bytes
Contents
= re_card_content do %h5.section-title Insights %canvas{ id: :insights_chart, height: 300 } :javascript $.get("#{insights_dashboards_path(:json)}", function(data) { new Chart(document.getElementById('insights_chart').getContext('2d'), { type: 'line', data: data, options: { responsive: true, plugins: { legend: false, }, layout: { padding: 20, }, scales: { y: { min: 0, ticks: { stepSize: 1 }, grid: { display: false }, }, }, }, }); });
Version data entries
10 entries across 10 versions & 1 rubygems