Sign in to follow this  
migadito

Problem Implement Realtimearea

Recommended Posts

hi all,

I try to implement chart RealTimeArea http://www.fusioncha...p?id=realtime_6 (Flash)<br style="color: rgb(107, 107, 107); font-family: verdana, arial, tahoma, sans-serif; line-height: 18px; background-color: rgb(247, 247, 247);">but this use another page for stream (dataStreamURL="/demos/gallery/data/widgets/DataProviders/RealTimeArea1.asp")

I have this "dataStreamURL" page return

Page2.aspx

&label=07-01-2013 01:18:29&value=10&dataStamp=07-01-2013 01:18:29

[/font][/color][color=#880000][size=2]<chart dataStreamURL='TESTE/Page2.aspx' refreshInterval='6' dataStamp = '1/4/2013 6:26:25 AM' manageResize='1' animation='0' numDisplaySets='10' showRealTimeValue='1' rotateLabels='1' slantLabels='1' caption='Web Traffic'  subcaption='(Refreshes every 6 seconds)'  yAxisName='Unique Visitors'      showValues='0' formatNumberScale='0' showLimits='0' showShadow='0' 	paletteThemeColor='205279' canvasBorderColor='1F6397' canvasBorderThickness='3' canvasBorderAlpha='100' showBorder='0' divLineAlpha='30'    anchorRadius='3' anchorBgColor='0377D0' anchorBorderColor='FFFFFF' 	anchorBorderThickness='1' anchorAlpha='90'  showPlotBorder='1' plotBorderThickness='3' 	plotBorderColor='0377D0' plotFillColor='0377D0'  plotGradientColor='' plotFillAlpha='80' bgColor='FFFFFF' 	showAlternateHGridColor='0' numVDivLines='2'  toolTipBgColor ='DEF1FF' toolTipBorderColor ='2C516D' canvasPadding='0' 	yAxisMaxValue='5000'  >[/color][color=#800000]<categories><category label='06:25:43' /><category label='06:25:49' /><category label='06:25:55' /><category label='06:26:01' /><category label='06:26:07' /><category label='06:26:13' /><category label='06:26:19' /><category label='06:26:25' /></categories><dataset seriesName='Unique Visitors' showValues='0' ><set value='2800' /><set value='3200' /><set value='3000' /><set value='2500' /><set value='3000' /><set value='3200' /><set value='3400' /><set value='3000' /></dataset><styles>      <definition> 		<style type='font' name='BigFont' size='16'  bgColor='DEF1FF' BorderColor ='2C516D'  />      </definition>      <application> 		<apply toObject='REALTIMEVALUE' styles='BigFont' />      </application>   </styles>[/color][color=#800000]</chart>[/size][/color][color=#6B6B6B][font=verdana, arial, tahoma, sans-serif]

How to put this chart to "work"?

Edited by migadito

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this