Sign in to follow this  
clava

Real-Time Dual-Y Line Chart: <Set> Element - Dashed Issue

Recommended Posts

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 ? :wacko: 

 

Best Regards, 

Claudio V.

Share this post


Link to post
Share on other sites

Hi Claudio,

 

Welcome to FusionCharts Forum  :)

 

The format of real-time data for data streaming charts works with only some attributes of the real-time charts.

 

For information on the attributes that can be used with real-time data, please refer the documentation link : http://docs.fusioncharts.com/widgets/Contents/DataStreaming/Format.html

 

Hope this helps.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this