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.