Parameter for creation of chart
<span>
{rgraph title="Most Read Articles" width="600" height="300"
data="database" sql="Select title, hits From jos_content Order By hits Desc Limit 10"
variant="3d" xaxisLabelsAngle="20" marginBottom="105" marginLeft="85" create_png="true"}cvs{/rgraph}
</span>
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...