Last active
September 21, 2017 14:32
-
-
Save dance2die/c2419393ab06a98f8207654536c027c5 to your computer and use it in GitHub Desktop.
Quick Start
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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