types of charts that are supported

types of charts that are supported

Nosūtīja Fouzi Sukhilala
Atbilžu skaits: 4

Hi,

What are types of charts that are supported in Configurable Reports plugin? how th add like a line chart or a histogram?

Thanks

Vidējais novērtējums: -
Atbildot uz Fouzi Sukhilala

Re: New plugin: Custom reports

Nosūtīja Martin Contreras

Hi Fouad!

You can do that. You have to copy one of the plot in components/plot/line and change the file graph.php according your needs

 

Regards,

 

Martin

Atbildot uz Martin Contreras

Re: New plugin: Custom reports

Nosūtīja Fouzi Sukhilala

I see that there are already graph.php, form.php and  plugin.class.php under configurable_reports\components\plot\line. But while creating a report, there only pie graph that is available..

any help?

Atbildot uz Fouzi Sukhilala

Re: New plugin: Custom reports

Nosūtīja Juan Leyva
Core developers attēls Moodle HQ attēls Plugin developers attēls Testers attēls

Hi Fouad,

the line graph is for timeline and sql reports

https://github.com/jleyva/moodle-block_configurablereports/blob/MOODLE_21_STABLE/components/plot/line/plugin.class.php

See

$this->reporttypes = array('timeline', 'sql','timeline');

Regards