reports_kit icon indicating copy to clipboard operation
reports_kit copied to clipboard

"Overall" Line Plot

Open jwiel86 opened this issue 7 years ago • 1 comments

Is there a way to display an "overall" line plot?

jwiel86 avatar Nov 27 '17 16:11 jwiel86

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.

nsoseka avatar Jul 04 '19 10:07 nsoseka