{You can set various colors of the chart with the following properties:{display_linechart width="800" height="400" fields="" vAxisMinValue="0" vAxisMaxValue="1.0" padRight="true"}}
chart.fill="color or 'transparent'" chart.stroke="stroke color" chart.strokeWidth="width" chartArea.fill="color or 'transparent'" chartArea.stroke="stroke color" chartArea.strokeWidth="width" hAxis.gridlines.color="color" vAxis.gridlines.color="color"Annotating Charts
annotationFields="field1,field2,..." annotationLabelField="field" //optional for the labelThe second way is to specify the annotations using an annotations attribute:
annotations=" <,index1>,label1,description1; <,index2>,label2,description2; ... "Where <index> is either a date or a numeric index, e.g;
annotations=" 2,A,annotation 1; 2016-06-24,B,annotation 2; 2016-06-24,C,<,h1>,annotation 3</h1> 2017-01-02,D,annotation 4 "
{{display_barchart fields="" padRight="true"}}
{{display_barstack fields=""}}
{{display_areachart width="800" height="400" fields="" vAxisMinValue="0" vAxisMaxValue="1.0" padRight="true" isStacked="true"}}
{{display_scatterplot width="800" height="400" fields=""}}
{{display_histogram width="800" height="400" fields="" colors="comma separated color list" legendPosition="none|top|right|left|bottom" textPosition="out|in|none" isStacked="false|true|percent|relative" logScale="true|false" scaleType="log|mirrorLog" vAxisMinValue="" vAxisMaxValue="" minValue="" maxValue=""}}
{Example{display_bubble width="500" height="500" fields="label|x|y|color|size" colorTable="" colors="comma separated color list" legendPosition="none|top|right|left|bottom" hAxisFormat="none|decimal|scientific|percent|short|long" vAxisFormat="none|decimal|scientific|percent|short|long" hAxisTitle="" vAxisTitle=""}}
{{display_piechart fields="" pieHole="0.5" is3D="true" bins="bin count" binMin="min" binMax="max" sliceVisibilityThreshold="0.01" width="500" height="250"}}
{Example{display_radar fields=""}}
{Example{display_windrose fields=""}}
{Example{display_density fields="tmax,vp"}}
{Example{display_3dscatter fields=""}}
{{display_calendar fields="" cellSize="15" missingValue="0"}}
{{display_gauge fields="" gaugeMin="" gaugeMax="" gaugeLabel=""}}