How can I change default color in relatime chart with my define color for multiple line chart?
Thx for quick reply.
Regards,
Bagus Sutan
Posted 01 February 2010 - 03:50 AM
How can I change default color in relatime chart with my define color for multiple line chart?
Thx for quick reply.
Regards,
Bagus Sutan
Posted 01 February 2010 - 06:15 AM
Do you wish to impart color to the dataplot when the chart is rendered?
In that case you can set the color attribute in the <dataset> element in the XML.
If you wish to impart color for each incremental data you can use a format specified below:
&label=11:45&value=23|43|45&color=FF0000|0372AB|FF5904
I hope this helps you.
Posted 01 February 2010 - 06:53 PM
Assume that i have x amount of dataset and i want to set the color with x amount of color which i define the order of the color (may be in an array).
Thanks
Bagus Sutan
Posted 01 February 2010 - 07:25 PM
How can I use clickurl properties with parameter like realdata.asp?tagname=PI103_KJI.PV.
Thanks
Bagus Sutan
Posted 02 February 2010 - 12:20 AM
Quote
You can do this using JavaScript. Fetch the values using JavaScript and build the XML. While building the XML you can retrieve these colors form the array and set these colors in the datasets.
Quote
Could you please elaborate more on this?
Posted 02 February 2010 - 12:22 AM
Please try passing the link as :-
clickURL='URLEncode("realdata.asp?tagname=PI103_KJI.PV")'
Hope this helps.
Posted 04 February 2010 - 02:57 AM
Can we open new window with clickUrl properties?
Thanks,
Bagus Sutan
Posted 04 February 2010 - 03:08 AM
You can open a new window with clickURL properties.
To have a link open in a new window, all you need to do is, add n- before any link. E.g.,
<set ... value='2235' ... link='n-ShowDetails.asp%3FMonth%3DJan' ...>
Same applies for the clickURL attribute.
Please refer to the following documentation links for more information on Drill-Down.
http://www.fusioncharts.com/docs/Contents/DrillDown/Simple.html
http://www.fusioncharts.com/docs/Contents/DrillDown/PopUps.html
http://www.fusioncharts.com/docs/Contents/DrillDown/ClickURL.html
I hope this helps you.
Posted 09 February 2010 - 01:04 AM
Quote
Posted 09 February 2010 - 04:20 AM
Could you please send us the screen-shot of the error that you are receiving, as an attachment?
Awaiting your reply.
Posted 10 February 2010 - 08:35 PM