Skip to content

Instantly share code, notes, and snippets.

View Dahucar's full-sized avatar
🤩

Daniel Huenul Cárcamo Dahucar

🤩
View GitHub Profile
import React from 'react'
import {render} from 'react-dom'
import {Chart} from 'react-google-charts'
export default class App extends React.Component {
constructor(props) {
super(props)
this.state = {
data: [],