Skip to content

Instantly share code, notes, and snippets.

@marshallmurphy
Created April 18, 2020 00:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marshallmurphy/00b2366d5d4d6860c8d0863b55d62ee4 to your computer and use it in GitHub Desktop.
Save marshallmurphy/00b2366d5d4d6860c8d0863b55d62ee4 to your computer and use it in GitHub Desktop.
//BarGraph/Columns.js
import React from 'react';
import { ART } from 'react-native';
import { scaleBand, scaleLinear } from 'd3-scale';
const {
Group,
Shape,
Path,
Surface
} = ART;
export default function Columns() {
return (
<Surface width={} height={}>
</Surface>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment