jdorn / php-reports

A PHP framework for displaying reports from any data source, including SQL and MongoDB
http://jdorn.github.com/php-reports
GNU Lesser General Public License v3.0
477 stars 235 forks source link

Charts: Does the PHP-Reports support Funnel/PipeLine Reports #137

Open ghost opened 10 years ago

ghost commented 10 years ago

Hi @jdorn

Chart Header: Does the PHP-Reports support Funnel/PipeLine Reports

Like this: http://www.highcharts.com/demo/funnel/

jdorn commented 10 years ago

No, it only supports the charts listed in the documentation. If Google Charts has this chart type and PHP Reports doesn't currently support it, it's fairly easy to add.

ghost commented 10 years ago

Thanks @jdorn for your quick response.

Can I tweak the current bar chart so that the bars are centered as per the below issue resolved in google chart. https://groups.google.com/forum/#!topic/google-chart-api/te05HH1S6r4

Bar chart: http://chart.apis.google.com/chart?cht=bhs&chco=FF9900&chxt=x,x,y&chxl=1:%7CPercentage%20converting%7C2:%7CStep%206%7CStep%205%7CStep%204%7CStep%203%7CStep%202%7CStep%201&chxp=1,50%7C3,50&chd=t:100,75,44,42,29,3&chbh=a&chs=800x230&chm=N,000000,0,-1,11&chds=0,100 Bar chart converted to Funnel Chart: http://tinyurl.com/yzrm4sv

Can I apply the above logic in PHP-Reports. If Yes where should change the logic in the library.