Skip to content

Instantly share code, notes, and snippets.

@erikologic
Last active March 15, 2017 19:23
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 erikologic/5d8cad20f9affdf5c927be14b243efb7 to your computer and use it in GitHub Desktop.
Save erikologic/5d8cad20f9affdf5c927be14b243efb7 to your computer and use it in GitHub Desktop.
// ...IN THE CALLER
import JSONDataConverter from './JSONDataConverter';
<RadarChart data={JSONDataConverter(data)} width={width} height={height} redraw />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment