TiF

Members
  • Content count

    1
  • Joined

  • Last visited

Posts posted by TiF


  1. Hi all,

     

    I'm implementing a Linear Gauge chart through JS, and I'm trying to customise the look and feel; I'm taking a look at http://www.fusioncharts.com/dev/gauge-and-widgets-guide/linear-gauge/configuring-gauge-cosmetics.html

     

    What we'd like is to have the pointer at the bottom (i.e. pointerOnTop: 0) - but facing downwards; the idea being that it's pointing down at the line, rather than up at the value above it.

     

    However, I can't find a way to do this.

     

    Rotating the pointer would one idea (180deg) - or even replacing the drawn pointer entirely with an image would be fine - but I can't seem to find a mention of either of those options.

     

    Does anyone have any suggestion as to how this could be achieved?

     

    Many thanks,

    Neil