Skip to content

hkevin01/Google-charts-graphs-example

Repository files navigation

Google Charts Graphs Example

Build Status Test Status License: MIT

Overview

This project demonstrates how to generate interactive graphs using Google Charts, with a PHP backend and JavaScript frontend. It serves as a template for integrating Google Charts into web applications, supporting dynamic data visualization and modular code structure.

Installation

  1. Clone the repository:
    git clone https://github.com/hkevin01/Google-charts-graphs-example.git
  2. Install dependencies:
    • For JavaScript: npm install (if package.json is present)
    • For Python: python3 -m venv venv && source venv/bin/activate && pip install -r requirements.txt (if requirements.txt is present)

Usage

  • Run the PHP backend (graph.php) on a local server (e.g., XAMPP, MAMP, or built-in PHP server).
  • Open the frontend (graph.js) in your browser, ensuring it connects to the backend for data.
  • Customize the chart types and data sources as needed.

Contribution Guidelines

See CONTRIBUTING.md for details.

License

MIT License. See LICENSE for details.

About

This project demonstrates how to generate interactive graphs using Google Charts, with a PHP backend and JavaScript frontend. It serves as a template for integrating Google Charts into web applications, supporting dynamic data visualization and modular code structure.

Topics

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors