Sign in to follow this  
xorma

How to set Drag-node text color?

Recommended Posts

Hi!

 

Is there a way to set the color for the text within a node in a PowerCharts "Drag-node chart"?

 

http://www.fusioncharts.com/Gallery/DragNode1.html

 

 

 

The color below is the node background color

 

 

 

 

It looks like the text is supposed to be always black

 

I searched in the documentation without any result.

 

Am I missing something?

 

 

 

Thanks in advance

Share this post


Link to post
Share on other sites

Hi,

Could you please try using Styles for change node font color and font style? Please add this style.

-------------------------------------------

<styles>

  <definition>

  <style name='MyFirstFontStyle' type='font'  font='Verdana' size='12' color='0000FF' bold='1' italic='1' underline='1'   />

  </definition>

  <application>

  <apply toObject='DATALABELS' styles='MyFirstFontStyle' />

  </application>

</styles>

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