Coder Social home page Coder Social logo

gchartphp's People

Contributors

kingpabel avatar lahaxearnaud avatar pacbard avatar rampr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gchartphp's Issues

Google Image Charts is deprecated, maybe recommend Image-Charts.com ?

Hello !

As you might already know Google Image Charts is deprecated and was already shutdown last march. The lead behind Google Image Charts said it won't survive long

The service is running on fumes: as soon as the current serving jobs go down, they are unlikely to come back up. I would migrate off immediately. (source)

Back in 2016, we've built a free, API-compatible, drop-in-replacement for Google Image Charts called Image-Charts, would you be interested by a PR that offers it as a drop-in-replacement?

show values in pie chart

Very nice work, nevertheless documentation is scarce and difficult. How can I show values & percentages within the chart?

can't get examples to work

examples don't work due to "class not found errors" in PHP 5.3. I fix those, and then my label are missing, then more problems from there.

better example

Hi, and thank you for your work on this project.
Im using composer to install it, but the example code you posted, I dropped into my script,
and i'm getting this error.

[16-Sep-2014 19:12:15 America/Los_Angeles] PHP Fatal error: Class 'gPieChart' not found in /var/www/dev/php/public/go/index.php on line 177

Can please you post in the README, the exact instantiation when using composer?

No license == unusable

There is no license for this project. This makes it illegal for any project to use it, for any reason.

PLEASE consider a liberal license, like MIT or Creative Commons Attributions, and NOT a restrictive one, like the GPL.

Update for HTTPS and New URL

I was using this on a project that requires SSL and when I used gChart it came back with security issues.

In looking into it I noticed that this used the old API path chart.apis.google.com which can't use HTTPS.

So I replaced that with the newer url and changed the full url calls to https and it worked well so far. The example page all seemed to work fine. I am sure there are some things that need to be added to take advantage of the API fully. However it is a quick fix if anyone needs to use it with the HTTPS requirement.

Concentric Pie Charts need multiple labels

I think concentric pie charts need the ability to add multiple sets of labels.

I fixed myself by simply adding the following to the gConcentricPieChart class

public function addLabel($labels)
{
    $this->setProperty('chl', urlencode($this->encodeData($this->getApplicableLabels($labels),"|")), true);
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.