xorma Report post Posted November 18, 2008 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
Arindam Report post Posted November 18, 2008 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
xorma Report post Posted November 18, 2008 Thank you! I'll try it ASAP Share this post Link to post Share on other sites