Sign in to follow this  
Guest Basundhara Ghosal

DragNode charts: why baseFont not work for label

Recommended Posts

Now I'm using DragNode charts to show a topology. The default label is smaller than what I expected. In docs,It seems that "baseFont" and"baseFontSize" work. but when I define "baseFontSize" in my xml, the toolTexts change,but the labels remain, the followed is my xml code.

 

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

 

 

      chart palette='2' xAxisMinValue='0' xAxisMaxValue='100'

yAxisMinValue='0' yAxisMaxValue='100' showformbtn='0' viewMode='1'

allowDrag='0' showToolTip='0' baseFont='Verdana' baseFontSize='12'>

dataset plotBorderAlpha='1' showPlotBorder='1' showformbtn='0'

	allowDrag='0'>



	set x='70' y='20' label='database' color='FFFFFF' id='db1'    width='80'	height='88' imageNode='1' imageWidth='40' ageHeight='40'

		imageurl='/fusion/db.png'

		labelAlign='bottom' imageAlign='middle' alpha='0' />









 

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

 

I don't know how I can change the fontsize of label.

 

 

 

thanks for suggestion

 

 

 

 

 

Regards,

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi Sunny,

Welcome to FusionCharts forum. :)

In case you wish to change the font size of the datalabels, please try applying the "Styles" feature on dataLabels using the "font" attribute.

Ref.- <styles>

<definition>

<style name='mynAnim' type='font' size='20' font='Verdana' color='FF0000'/>

</definition>

<application>

<apply toObject='DataLabels' styles='myAnim' />

</application>

</styles>

Please refer to the link below for further details on the same:-

Ref.- http://www.fusioncharts.com/docs?/Styles/Font.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