Renevr

Members
  • Content count

    2
  • Joined

  • Last visited

Everything posted by Renevr

  1. I have several charts with an annotation tooltext. The tooltext appears in a yellow rectangle with black border. For a bulb however there is no yellow rectancle and black border. Does anybody know a fix? For instance an AngularGauge with the folllowing xml: <chart showToolTip='1'> <colorRange> <color minValue='12829038' maxValue='14432668' code='B41527' /> <color minValue='14432668' maxValue='16036298' code='E48739' /> <color minValue='16036298' maxValue='19243558' code='399E38' /> </colorRange> <dials> <dial value='11233294' bgColor='000000' baseWidth='28' topWidth='1' toolText='Dial tooltext...' /> </dials> <annotations> <annotationGroup id='info' toolText='Annotation tooltext ..' > <annotation type='circle' x='10' y='10' color='FF0000' radius='10'/> </annotationGroup> </annotations> </chart> The same annotation on a Bulb: <chart> <colorRange> <color minValue='0' maxValue='2' code='B41527' /> <color minValue='2' maxValue='4' code='E48739' /> <color minValue='4' maxValue='6' code='399E38' /> </colorRange> <value>3.0</value> <annotations> <annotationGroup id='info' toolText='ToolText..' > <annotation type='circle' x='10' y='10' color='FF0000' radius='10'/> </annotationGroup> </annotations> </chart>
  2. Tooltext on Bulb Gauge

    There seems to be no tooltext attribute for the Bulb. The following xml does not give a tooltip: <chart showToolTip='1' toolText='ToolText..'> <colorRange> <color minValue='0' maxValue='2' code='B41527' /> <color minValue='2' maxValue='4' code='E48739' /> <color minValue='4' maxValue='6' code='399E38' /> </colorRange> <value>3.0</value> </chart> Has anybody got this working? Regards Rene