CHARTS
Posted: Wed Jan 19, 2011 8:04 am
Have posted several questions in the iData section and the responses have been very helpful. Think this topic may be useful to a wider range of customers so adding it here also.
Have figured out how to create my chart data using my System I data ant get that information converted into an .htlm document transferred to the IFS drive.
While researching how to do this I came across Fusion Charts which has several different styles of graphs and charts. The sample you sent me appears to have the same tags and formatting as those in Fusion Charts.
In Fusion Charts they have a Multi Series chart example below. Have tried using this in the url for a chart but does not show the chart. You have stated that you plan to add additional chart features into Profound UI in the medium term future.
Has this feature been added in not when do you plan on adding this type of feature?
<graph caption="Monthly Review" xAxisName="Month" yAxisName="Revenue" yAxisMaxValue="60000" >
<categories>
<category name='JAN' />
<category name='FEB' />
<category name='MAR' />
<category name='APR' />
<category name='MAY' />
<category name='JUN' />
<category name='JUL' />
<category name='AUG' />
<category name='SEP' />
<category name='OCT' />
<category name='NOV' />
<category name='DEC' />
</categories>
<dataset seriesname="First Set">
<set value ='32226' />
<set value ='47552' />
<set value ='77609' />
<set value ='18023' />
<set value ='67156' />
<set value ='78411' />
<set value ='0' />
<set value ='0' />
<set value ='0' />
<set value ='0' />
<set value ='0' />
<set value ='0' />
</dataset>
<dataset seriesname="Second Set">
<set value ='56226' />
<set value ='54752' />
<set value ='30709' />
<set value ='68023' />
<set value ='57156' />
<set value ='58411' />
<set value ='32226' />
<set value ='32226' />
<set value ='32226' />
<set value ='32226' />
<set value ='32226' />
<set value ='32226' />
</dataset>
<Trendlines>
<line StartValue='18000' color='#660066 ' displayvalue='Goal ' thickness='5' />
</Trendlines>
</graph>
Have figured out how to create my chart data using my System I data ant get that information converted into an .htlm document transferred to the IFS drive.
While researching how to do this I came across Fusion Charts which has several different styles of graphs and charts. The sample you sent me appears to have the same tags and formatting as those in Fusion Charts.
In Fusion Charts they have a Multi Series chart example below. Have tried using this in the url for a chart but does not show the chart. You have stated that you plan to add additional chart features into Profound UI in the medium term future.
Has this feature been added in not when do you plan on adding this type of feature?
<graph caption="Monthly Review" xAxisName="Month" yAxisName="Revenue" yAxisMaxValue="60000" >
<categories>
<category name='JAN' />
<category name='FEB' />
<category name='MAR' />
<category name='APR' />
<category name='MAY' />
<category name='JUN' />
<category name='JUL' />
<category name='AUG' />
<category name='SEP' />
<category name='OCT' />
<category name='NOV' />
<category name='DEC' />
</categories>
<dataset seriesname="First Set">
<set value ='32226' />
<set value ='47552' />
<set value ='77609' />
<set value ='18023' />
<set value ='67156' />
<set value ='78411' />
<set value ='0' />
<set value ='0' />
<set value ='0' />
<set value ='0' />
<set value ='0' />
<set value ='0' />
</dataset>
<dataset seriesname="Second Set">
<set value ='56226' />
<set value ='54752' />
<set value ='30709' />
<set value ='68023' />
<set value ='57156' />
<set value ='58411' />
<set value ='32226' />
<set value ='32226' />
<set value ='32226' />
<set value ='32226' />
<set value ='32226' />
<set value ='32226' />
</dataset>
<Trendlines>
<line StartValue='18000' color='#660066 ' displayvalue='Goal ' thickness='5' />
</Trendlines>
</graph>