aslanlotter

Rotate charts

Recommended Posts

ok, thx!

 

why wont it work if i enter following code?

<chart caption='Barometer' xAxisName='' yAxisName='' numberPrefix='%'><set label='virus' value='1.7400' /><set label='spam' value='89' />/chart>

Martin

 

 

Edited by Guest

Share this post


Link to post
Share on other sites

You'll have to morph the data like:

<chart showLegend='0'>
<categories>
<category label=' ....' ... />
<category label=' ....' ... />
</categories>
<dataset>
<set value='xx' color='HexCode' />
<set value='xx' color='HexCode' />
</dataset>
</chart>

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