reports_kit
reports_kit copied to clipboard
"Overall" Line Plot
Is there a way to display an "overall" line plot?
Hi You can do almost everything you normally do with chart.js when using report_skit because report_skit uses it. So something like this might do
chart:
type: line
options:
legend:
display: true
position: right
I hope you understand your question well though, if not more context will be good.