Parameter for creation of chart

With parameter "modal_chart" set, chart will display in a modal popup window. If second value of this parameter is set to "1", a button will be created (with "0" a link will be created).

 

{rgraph title="A Simple Barchart" 
data="Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday/40,50,80,30,50,60,70"
colorsSequential="1" modal_chart="show chart,1"}bar_chart{/rgraph} 

 

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...