Skip to content

Instantly share code, notes, and snippets.

@marshallmurphy
Created April 18, 2020 00:06
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/d2750653a747f34bc67940577a489adc to your computer and use it in GitHub Desktop.
Save marshallmurphy/d2750653a747f34bc67940577a489adc to your computer and use it in GitHub Desktop.
// BarGraph/yAxis.js
import React from 'react';
import { StyleSheet, ART } from 'react-native';
import { scaleLinear } from 'd3-scale';
const {
Surface,
Group,
Shape,
Path,
Text
} = ART;
export default function yAxis() {
return (
<Surface width={} height={}>
</Surface>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment