Labels and data for this 3d bar chart is retrieved from a csv file via parameter data="csv". In addition to the parameter for the file name, parameter "9" has been specified because the five data columns start after row 9 (after the csv-header) of the csv-file. Only columns 2 and 4 are used for data. For the use of a background image the canvas style (via parameter"canvas_class") has been modified.

Parameter for creation of chart

{rgraph title="Power Yield PV System in May 2016" width="700" height="450" grouping="stacked" scaleDecimals="1"
yaxisScaleUnitsPost="kWh" key="SMA Sunnyboy 1,SMA Sunnyboy 2" tooltip="#key# <br>#label# #val#kWh <br>Total #total#kWh" x_step="2"
canvas_class="pv-system" keyBackground="rgba(145,168,238,0.4)" keyPositionY="20"
data="csv" csv_parm="php-apps/RGraph/samplespv_system-201605.csv,9,;" tooltipsPositionStatic="false"
csv_cols="2,4" chart_alignment="center" variant="3d" xaxisLabelsAngle="20" marginBottom="130" marginLeft="60"}csv_bar{/rgraph} 

 

[No canvas support]>

 

Important: If you want to test this sample via copy/paste, ensure that you paste with option "paste as plain text" otherwise imbedded html-codes may invalidate your input.
go back...