I came across a strange phenomenon when I published an Excel PivotChart as a Web Page. When I filtered the PivotChart, and the values were above .82, the area above the Category Axis from 0 to .82 was empty. The columns of the chart started at .82 and were drawn up to their respective values. When the values were below .82, the columns were drawn from .82 down to their values, with the area below their values down to zero being empty.
After searching the published html code for the .82 value, I found it embedded in a tag that I have never seen before.
This post is both an FYI and a question. For the question part, I'm looking to find the Chart property that (produced/corresponds to) this WaterLevel tag in the html code.
Thanks for any light that you can shed on this!
RayTheOtherRay <><
"I was going to change my shirt, but I changed my mind instead." - Winnie the Pooh
After searching the published html code for the .82 value, I found it embedded in a tag that I have never seen before.
Code:
<;WaterLevel>;0.82000000000000017<;/WaterLevel>;
This post is both an FYI and a question. For the question part, I'm looking to find the Chart property that (produced/corresponds to) this WaterLevel tag in the html code.
Thanks for any light that you can shed on this!
RayTheOtherRay <><
"I was going to change my shirt, but I changed my mind instead." - Winnie the Pooh