Lemming Report post Posted October 19, 2007 Hi, I'm creating thumbnail charts on a web page that when clicked open a popup window showing the full chart, what I would like to do if hide all words/writing on the charts on the thumbnail version. So far I'm using . On charts that have a y axis (line, column,bar, etc), while the y axis name is hidden the values are still being shown. Also on Multi Series charts (line chart for example), the data series legend is being shown. It there any way of hidding everything, except the chart diagram? Thanks Share this post Link to post Share on other sites
Lemming Report post Posted October 19, 2007 I sorted the data legend part (showLegend='0'), does anyone has any ideas about hiding the yaxis on a line and bar chart? Share this post Link to post Share on other sites
Pallav Report post Posted October 20, 2007 You can hide the y-axis values using [ chart showYAxisValues='0' .. ] Share this post Link to post Share on other sites
Lemming Report post Posted October 22, 2007 Thanks for the reply, but I think there is a bit missing Share this post Link to post Share on other sites
Pallav Report post Posted October 24, 2007 Oops. I meant [ chart showYAxisValues='0' .. ] - replace back with XML notation. Share this post Link to post Share on other sites
Lemming Report post Posted October 25, 2007 Thanks for the reply. I took a guess that it might be something like that, and got it right Share this post Link to post Share on other sites