Search the Community

Showing results for tags 'real-time'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Company Forums
    • Company News
  • Product Forums
    • FusionCharts XT
    • FusionWidgets XT
    • PowerCharts XT
    • FusionMaps XT
    • Collabion Charts for SharePoint
    • jQuery Plugin for FusionCharts
    • AngularJS plugin
    • ReactJS plugin
  • General Forums
    • FusionCharts Jobs and Consultation
    • FusionLounge

Found 2 results

  1. Hi. Is it possible change the background or subcaption in real-time chart?
  2. Hi, I need to change on realtime line the value of attribute "dashed" for the <set> element as described in http://docs.fusioncharts.com/widgets/Contents/DataStreaming/XMLRealTimeLineDY.html#Anchor22 Attribute Name: dashed Type : Boolean (0/1) Description: Whether the border of this data item should appear as dashed? This is particularly useful when you want to highlight a data (such as forecast or trend etc.). This value over-rides the dataset level value. When I try to set dynamically this value to one (dashed= 1) on my .jsp this parameter does not affect the line (the line is always continuous and no dashed) E.g.: String dataParameters = "&label=11:45&value=23|43|45&dashed=1|1|1"; out.print(dataParameters ); The only attributes that work fine are the "label", "value", "toolText" and the "color" Can someone help me please ? Best Regards, Claudio V.