Skip to content

Instantly share code, notes, and snippets.

@dance2die
Last active September 21, 2017 14:32
Show Gist options
  • Select an option

  • Save dance2die/c2419393ab06a98f8207654536c027c5 to your computer and use it in GitHub Desktop.

Select an option

Save dance2die/c2419393ab06a98f8207654536c027c5 to your computer and use it in GitHub Desktop.
Quick Start
<div className={'my-pretty-chart-container'}>
<Chart
chartType="ScatterChart"
data={[['Age', 'Weight'], [8, 12], [4, 5.5]]}
options={{}}
graph_id="ScatterChart"
width="100%"
height="400px"
legend_toggle
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment