Sign in to follow this  
Avatar

Realtimecolumn Doesn't Work Properly

Recommended Posts

Hi, I'm trying to configure the RealTimeColumn but some parameters doesn't work. Take a look in the code:

 

 

<chart showValue='0' caption='Top 5 Products' syncAxisLimits='1' dataStreamURL='dados_top_produtos.php' refreshInterval='15' decimals='0' bgAlpha='0' bgColor='FFFFFF' showBorder='0' animation='1' palette='5' >

<categories showValue='0'>

<category label=' '/>

<category label=' '/>

<category label=' '/>

<category label=' '/>

<category label=' '/>

</categories>

<dataset showValue='0'>

<set value=' '/>

<set value=' '/>

<set value=' '/>

<set value=' '/>

<set value=' '/>

<set value=' '/>

</dataset>

<styles>

<definition>

<style name='MyFirstFontStyle' type='font' face='Verdana' size='12' bold='1' />

</definition>

<application>

<apply toObject='Caption' styles='MyFirstFontStyle' />

</application>

</styles>

</chart>

 

There's two problems: First, the animation doesn't work. I tried to force putting it on the chart configurations. And second, always apears on the chart, the last number of sale (on the bottom, over the middle product). I tried to use showValue='0' on every places (once and all at the same time) and nothing. The number just appears when the values are loaded.

There's another question: I didn't found a real time Column 3D. There's a way to make a column 3d auto-updated?

 

Thanks.

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