Flot

Interactive Area Chart

<flotcharts id="interactive" src="/plugins/ediacaran/front/flotcharts" 
		updateFrequence="1000" updateFrequenceUnit="MILLISECONDS">
	<property-config name="config">
		<property-config name="grid">
			<property-config name="borderWidth" value="1"/>
			<property-config name="borderColor" value="#f3f3f3"/>
			<property-config name="tickColor" value="#f3f3f3"/>
		</property-config>
		<property-config name="series">
				<property-config name="color" value="#3c8dbc"/>
				<property-config name="lines">
					<property-config name="show" value="true"/>
					<property-config name="lineWidth" value="2"/>
					<property-config name="fill" value="true"/>
				</property-config>
		</property-config>
		<property-config name="yaxis">
				<property-config name="min" value="0"/>
				<property-config name="max" value="100"/>
				<property-config name="show" value="true"/>
		</property-config>
		<property-config name="xaxis">
				<property-config name="show" value="true"/>
				<property-config name="min" value="0"/>
				<property-config name="max" value="100"/>
		</property-config>
	</property-config>
	<flotcharts-series label="teste">
	</flotcharts-series>
</flotcharts>

Line chart

Bar chart

Area chart

Donut chart