Skip to content

Instantly share code, notes, and snippets.

@nicgirault
Created July 4, 2018 21:58
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 nicgirault/b24212d80b192d9cf2eac370b4ce4495 to your computer and use it in GitHub Desktop.
Save nicgirault/b24212d80b192d9cf2eac370b4ce4495 to your computer and use it in GitHub Desktop.
What could be react-circos
import Circos, { Heatmap, Line } from 'react-circos'
const MyCircos = () => (
<Circos>
<Heatmap data={heatmapData} />
<Line data={lineData} />
</Circos>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment