a_goodgirl Report post Posted April 21, 2014 Hello! Set the same parameters "borderColor" and "bgColor" for styles "XAXISNAME", "DATALABELS", "SUBCAPTION", "YAXISNAME", "YAXISVALUES", "DATAVALUES". However, for the subcaption, labels and y-axis values background and frame not visible: xml text: <chart formatNumberScale="0" legendBorderAlpha="0" thousandSeparatorPosition="100" divLineThickness="1" bgColor="ffffff" thousandSeparator=" " alternateHGridAlpha="50" canvasbgColor="ffffff" useEllipsesWhenOverflow="1" animation="0" alternateHGridColor="f7f7f7" aboutMenuItemLink="n-http://www.contourcomponents.ru" canvasBgAlpha="100" showAlternateHGridColor="1" toolTipSepChar=": " formatNumber="1" showYAxisValues="1" forceDecimals="1" rotateValues="0" labelDisplay="AUTO" divLineColor="b1b1b1" plotGradientColor="" useRoundEdges="0" showLabels="1" showToolTip="1" legendScrollBgColor="ffffff" plotBorderColor="3c3c3c" xAxisName="ProductName - ShipCountry" subcaption="Subcaption" setAdaptiveYMin="1" divLineIsDashed="0" aboutMenuItemLabel="About Contour BI" legendPosition="BOTTOM" placeValuesInside="0" legendScrollBtnColor="c3d3fd" plotBorderThickness="1" canvasBorderThickness="1" plotBorderDashed="0" plotSpacePercent="50" plotBorderAlpha="100" decimalSeparator="," yAxisName="kuku100" showBorder="0" showPlotBorder="1" legendScrollBarColor="c3d3fd" showValues="1" bgAlpha="100" decimals="2"><set displayValue="118" value="118" link="internal://n-#cell,0,0" label="Chai Brazil"/><set displayValue="110,2" value="110.20000000000000284" link="internal://n-#cell,1,0" label="Chocolade Austria"/><set displayValue="112,75" value="112.75" link="internal://n-#cell,2,0" label="Brazil"/><set displayValue="128" value="128" link="internal://n-#cell,3,0" label="Filo Mix"/><set displayValue="134,2" value="134.19999999999998863" link="internal://n-#cell,4,0" label="Chang Austria"/><set displayValue="176" value="176" link="internal://n-#cell,5,0" label="Brazil"/><set displayValue="160,2" value="160.19999999999998863" link="internal://n-#cell,6,0" label="Flotemysost"/><set displayValue="164,5" value="164.5" link="internal://n-#cell,7,0" label="Austria"/><styles><definition><style size="14" borderColor="000000" type="font" name="LegendFont" bgColor="f79646" color="000000" font="tahoma"/><style size="15" borderColor="000000" type="font" name="AxisXFont" bgColor="f79646" color="000000" font="tahoma"/><style size="14" borderColor="000000" type="font" name="ScaleXFont" bgColor="f79646" color="000000" font="tahoma"/><style size="14" borderColor="000000" type="font" name="Subcaption" bgColor="f79646" color="000000" font="tahoma"/><style size="14" borderColor="000000" type="font" name="AxisYFont" bgColor="f79646" color="000000" font="tahoma"/><style size="14" borderColor="000000" type="font" name="ScaleYFont" bgColor="f79646" color="000000" font="tahoma"/><style size="11" borderColor="000000" bold="0" type="font" underline="0" name="MarksFont" bgColor="f79646" color="555555" font="tahoma" italic="0"/><style size="11" borderColor="000000" type="font" name="ToolTipFont" bgColor="f79646" color="555555" font="tahoma"/></definition><application><apply styles="LegendFont" toObject="LEGEND"/><apply styles="AxisXFont" toObject="XAXISNAME"/><apply styles="ScaleXFont" toObject="DATALABELS"/><apply styles="Subcaption" toObject="SUBCAPTION"/><apply styles="AxisYFont" toObject="YAXISNAME"/><apply styles="ScaleYFont" toObject="YAXISVALUES"/><apply styles="MarksFont" toObject="DATAVALUES"/><apply styles="ToolTipFont" toObject="TOOLTIP"/></application></styles></chart> Thank you! Share this post Link to post Share on other sites
Bindhu Report post Posted April 22, 2014 Hi, In JavaScript charts, only font, color, size, bold and italic attributes are supported. Support for rest of the attributes is browser specific. Hope this clarifies! Share this post Link to post Share on other sites
a_goodgirl Report post Posted April 24, 2014 yes, but in the same case, part of style is applied ("XAXISNAME", "YAXISNAME", "DATAVALUES"), part no ("SUBCAPTION", "DATALABELS","YAXISVALUES" ). Maybe FusionCharts programmers should write all the same? Share this post Link to post Share on other sites