PDA

View Full Version : Removing <dataset label=""> cuts off Y-Axis label tick


tom92909
08-04-2009, 10:35 AM
I'm using Dynamic Web Charts in an dynamic XML configuration.
The chart is working correctly and I am one step away from perfection! I just need to resolve this last display issue.

When the <dataset label=""> is removed, it also chops off the top half of the Y-Axis label tick for the upper range number. How can I avoid this?

For visual reference...

http://www.cybersol1.com/screenshot.jpg


I hope this helps you better understand my problem.

Jason Byrnes
08-04-2009, 04:41 PM
Do not remove the dataset tag, it should be left in place. removing the dataset tag creates invalid XML.

tom92909
08-04-2009, 06:30 PM
I'm not actual removing the entire tag. Only the value inside the quotes.


<dataset label="">

tom92909
08-04-2009, 09:02 PM
Jason,

Your comment about the invalid XML helped me locate my problem.
I had disabled the <title> tag to create a custom header. Doing that
created a gap or void that was actually required by the application for
proper output. Putting the <title> tab back corrected the error.

Thank you!

Jason Byrnes
08-05-2009, 08:50 AM
I'm not actual removing the entire tag. Only the value inside the quotes.


<dataset label="">



Instead try using the following:

<dataset label="&nbsp;">