Skip to content
Advertisement

Tag: charts

How to load an array of external data in QuickChart?

I am looking to use QuickChart in my PHP project. I skimmed the documentation completely. But, everything in it has the data being statically loaded as an array. I am trying to load external data, that is generated from somewhere else, into the chart. To understand QuickChart, I tried to load data dynamically in the examples provided in the documentation.

Variable with counts are not working with larapex

I am using Larapex charts for my laravel project but I cannot make the chart render when using a variable that contains my values retrieved from the database. The variable above retrives following values: Which I then try to place within the chart But unfortunately the chart does not render the values. Can anyone help me out? Best regards. Answer

What is a good, free PHP charting suite?

All I will be doing is basic line graphs. Any experiences anyone might share would be greatly appreciated. Answer openflashchart: http://teethgrinder.co.uk/open-flash-chart/ A bit beyond simple line charts. LGPL licensed so it’s commercial friendly. For really simple charts take a look at the jQuery sparklines plugin. It does some really wonderful things actually.

Advertisement