Skip to content

Instantly share code, notes, and snippets.

View kurtwilliam's full-sized avatar

Kurt William kurtwilliam

View GitHub Profile
import {
CartesianGrid, Line, LineChart, XAxis, YAxis, Tooltip,
} from 'recharts';
import React, { Fragment } from 'react';
import gql from 'graphql-tag';
import { Query } from 'react-apollo';
const GET_INFO = gql`
query getInfo {
getInfo {
import gql from 'graphql-tag';
import ReactMapboxGl, { Layer, Feature } from 'react-mapbox-gl';
import React from 'react';
import { Query } from 'react-apollo';
const MAPBOX_STYLE = 'mapbox://styles/mapbox/streets-v9';
const GET_INFO = gql`
query getInfo {
getInfo {