orangehump

Members
  • Content count

    4
  • Joined

  • Last visited

Everything posted by orangehump

  1. I've tried seemingly everything possible but I can't get anchors to show up on both the line AND the area graph, I can only get the anchor showing on the line graph. There are no examples of area graphs that have anchors showing in the gallery, is this not possible?
  2. I've got the onClick event working: <set value='13' link=".... What I'm wondering is, can you trigger an event with an onMouseover instead of a click? My problem is that I have some very thin graphs stacked and the toolText extends beyond the graph container. My solution is to trigger a DHTML pop-up panel but I'm not sure if that is possible. Thanks.
  3. I'd like my bars to go from a dark version of a colour to a light version of the colour. For example: bar 1: dark green to light green, bar 2: dark yellow to light yellow etc.... <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /> I can only seem to define a global colour for a gradient. For example, defining "plotGradientColor='ffffff'" causes all gradients to go from white to the colour defined in the dataset color ='...' For clarity... Thanks in advance for any help.
  4. Gradient for bars in 2D scroll chart

    I figured it out. In case anyone else is wondering how to do it... <set value='23' color='ecd782,c3a854'/>