yazo

Members
  • Content count

    3
  • Joined

  • Last visited

About yazo

  • Rank
    Forum Newbie
  1. Can't hide values(?) on pie3D

    Sorry, my fault, somewhere in the code there were lines that added showValues=1 and showLabels=1 to the chart, I realized it only when copying the source for replying this topic. Thanks, Y.
  2. Hello, I'm trying to hide some writing I have on a pie3D chart. I'm not sure these are values, but I have some writing on the chart I can't remove, it resembles the tool tip in structure: 'label,precentageValue'. It is fixed on the chart, trimmed on the edges. showValues="0" does nothing showPercentageVlues="0" has no effect. other chart attributes I use: paletteColors="ff8400,7cc4dc,ffacb2,91ca40,c5c5c5" pieRadius="55" pieYScale="70" pieSliceDepth="1" showPercentageValues="0" showToolTip="0" but infect the writing has been there from the begining, even before I added the additional attributes. Any help will be appreciated. Y
  3. Hi, When I set useRoundEdges="1" a canvas border appears, even if I set canvasBorderAlpha="0". Moreover, I loose any ability to affect the canvas border. Does anyone got a solution to this problem ? Thanks, Y