Reputation: 71
Can you point me to better documentation for charts.
I can do the following but this does not show me the different options for the charts. For instance what would I have to set for the line colors to be red.
usage: %%chart line [-h] [-f FIELDS] -d DATA
optional arguments: -h, --help show this help message and exit -f FIELDS, --fields FIELDS The field(s) to include in the chart -d DATA, --data DATA The name of the variable referencing the Table or Query to chart
Upvotes: 4
Views: 767
Reputation: 7387
You can check out the Data Format table on the respective Google Chart to understand what the parameters should be.
Upvotes: 2