FusionCharts Forum: Custom Color - FusionCharts Forum

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Custom Color How to change default calaor with my own color

#1 User is offline   bagus sutan 

  • Advanced Member
  • PipPipPipPip
  • Group: Members
  • Posts: 75
  • Joined: 14-June 09

Posted 01 February 2010 - 03:50 AM

Hi,

How can I change default color in relatime chart with my define color for multiple line chart?

Thx for quick reply.

Regards,

Bagus Sutan

0

Other Replies To This Topic

#2 User is offline   Madhumita 

  • Supreme Being
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1434
  • Joined: 04-September 09

Posted 01 February 2010 - 06:15 AM

Hello Bagus,

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.

Regards,
Madhumita Chakraborty

Follow us on Twitter :)
0

Other Replies To This Topic

#3 User is offline   bagus sutan 

  • Advanced Member
  • PipPipPipPip
  • Group: Members
  • Posts: 75
  • Joined: 14-June 09

Posted 01 February 2010 - 06:53 PM

Hi,

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

0

Other Replies To This Topic

#4 User is offline   bagus sutan 

  • Advanced Member
  • PipPipPipPip
  • Group: Members
  • Posts: 75
  • Joined: 14-June 09

Posted 01 February 2010 - 07:25 PM

One more thing,

How can I use clickurl properties with parameter like realdata.asp?tagname=PI103_KJI.PV.

Thanks

Bagus Sutan

0

Other Replies To This Topic

#5 User is offline   Madhumita 

  • Supreme Being
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1434
  • Joined: 04-September 09

Posted 02 February 2010 - 12:20 AM

Hello Bagus,

Quote

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).

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

How can I use clickurl properties with parameter like realdata.asp?tagname=PI103_KJI.PV.

Could you please elaborate more on this?

Regards,
Madhumita Chakraborty

Follow us on Twitter :)
0

Other Replies To This Topic

#6 User is offline   Basundhara Ghosal 

  • Supreme Being
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2459
  • Joined: 15-September 09

Posted 02 February 2010 - 12:22 AM

Hi Bagus,

Please try passing the link as :-

clickURL='URLEncode("realdata.asp?tagname=PI103_KJI.PV")'

Hope this helps. :D

Regards,

Basundhara Ghosal

Follow us on Twitter :D
0

Other Replies To This Topic

#7 User is offline   bagus sutan 

  • Advanced Member
  • PipPipPipPip
  • Group: Members
  • Posts: 75
  • Joined: 14-June 09

Posted 04 February 2010 - 02:57 AM

thanks for the reply,

Can we open new window with clickUrl properties?

Thanks,

Bagus Sutan

0

Other Replies To This Topic

#8 User is offline   Madhumita 

  • Supreme Being
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1434
  • Joined: 04-September 09

Posted 04 February 2010 - 03:08 AM

Hello,

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.

Regards,
Madhumita Chakraborty

Follow us on Twitter :)
0

Other Replies To This Topic

#9 User is offline   bagus sutan 

  • Advanced Member
  • PipPipPipPip
  • Group: Members
  • Posts: 75
  • Joined: 14-June 09

Posted 09 February 2010 - 01:04 AM

Quote

Basundhara Ghosal (2/2/2010)
Hi Bagus,



Please try passing the link as :-



clickURL='URLEncode("realdata.asp?tagname=PI103_KJI.PV")'



Hope this helps. :D




Hi Basundhara,



I tried to modify the code became like this:



clickURL='URLEncode("n-RealTimeDataChartX.asp?point=<%=point%>")'

but I got error. How can i fix this?



Thanks,





Bagus Sutan
0

Other Replies To This Topic

#10 User is offline   Basundhara Ghosal 

  • Supreme Being
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2459
  • Joined: 15-September 09

Posted 09 February 2010 - 04:20 AM

Hi Bagus,

Could you please send us the screen-shot of the error that you are receiving, as an attachment?

Awaiting your reply. :D

Regards,

Basundhara Ghosal

Follow us on Twitter :D
0

Other Replies To This Topic

#11 User is offline   bagus sutan 

  • Advanced Member
  • PipPipPipPip
  • Group: Members
  • Posts: 75
  • Joined: 14-June 09

Posted 10 February 2010 - 08:35 PM

Hi,

after adding the clickURL='URLEncode("n-RealTimeDataChartX.asp?point=<%=point%>")' code, my page won't work, none of java script function works. it just freezed.

Screen shot and file are attached.





Thanks,









Bagus Sutan

Attached image(s)

  • Attached Image: monthly_09_2010/post-5470-128441580645.jpg

0

Other Replies To This Topic

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic