Skip to content

Instantly share code, notes, and snippets.

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