Search the Community
Showing results for tags 'real-time'.
Found 2 results
-
Hi. Is it possible change the background or subcaption in real-time chart?
- 1 reply
-
- real-time
- background
-
(and 3 more)
Tagged with:
-
Real-Time Dual-Y Line Chart: <Set> Element - Dashed Issue
clava posted a topic in Using FusionWidgets XT
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.