types of charts that are supported

types of charts that are supported

بذریعہ Fouzi Sukhilala -
جوابات کی تعداد: 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

درجہ بندی کا اوسط: -
Fouzi Sukhilala کے جواب میں

Re: New plugin: Custom reports

بذریعہ 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

Martin Contreras کے جواب میں

Re: New plugin: Custom reports

بذریعہ 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?

Fouzi Sukhilala کے جواب میں

Re: New plugin: Custom reports

بذریعہ Juan Leyva -
Core developers کی تصویر Moodle HQ کی تصویر Plugin developers کی تصویر Testers کی تصویر

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