salut, je veut mettre mon fiji:lineChart dans un simpleTogglePanel
sous FF ca va bien mais sous IE mon simpleTogglePanel est vide
comment remedier à ce probleme
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
 
 <rich:simpleTogglePanel switchType="client" label="Client Switch Type" width="350" height="330">
      <h:form id="uui">
		<fiji:lineChart id="barChartt" value="# {clientListener.notificationsStatistiques}"
			title="SWIM:Rapport d'erreurs"    
                        lineColors="#{clientListener.colors}"
			legendPosition="top" lineWidth="1" >
			    <fiji:chartData type="name" value="#  {clientListener.names}" />
 
		</fiji:lineChart>
 
	</h:form></rich:simpleTogglePanel>