GithubHelp home page GithubHelp logo

michmerr / react-google-charts Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rakannimer/react-google-charts

0.0 0.0 0.0 9.92 MB

A thin, typed, React wrapper over Google Charts Visualization and Charts API.

Home Page: https://react-google-charts.com/

License: MIT License

JavaScript 5.70% TypeScript 64.39% CSS 0.28% MDX 29.63%

react-google-charts's Introduction

React Google Charts

Logo

A thin, typed, React wrapper for Google Charts.

version downloads license bundle size


Quickstart   •   Docs   •   Contributing   •   Stack Overflow

Quickstart

Install this library with your favorite package manager:

yarn add react-google-charts

or

npm install --save react-google-charts

Then, import and use it:

import { Chart } from "react-google-charts";

<Chart
  chartType="ScatterChart"
  data={[["Age", "Weight"], [4, 5.5], [8, 12]]}
  width="100%"
  height="400px"
  legendToggle
/>

Docs

You can also check this step-by-step tutorial that will walk you through the creation of a full-fledged dashboard with this library.

Contributing

Contributions are very welcome. Check out CONTRIBUTING.md

Run the Storybook

git clone https://www.github.com/rakannimer/react-google-charts
cd react-google-charts
yarn
yarn start:storybook

react-google-charts's People

Contributors

aalises avatar alexfqc avatar andrewda avatar bcbrian avatar berndverhofstadt avatar brianjfeldman avatar charleschenster avatar dangreen avatar dependabot[bot] avatar duanefields avatar dvdplm avatar dvemac avatar evilfer avatar fabriciocolombo avatar fiatexodus avatar hozefaj avatar igorlukanin avatar jacaetevha avatar jadjoubran avatar jimulle avatar kaitlynreese avatar kirananto avatar kmayer avatar lgo avatar marcin1j avatar newsiberian avatar oracprime avatar rakannimer avatar taylorham avatar theel0ja avatar

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.