Upendar Srirangam Report post Posted August 23, 2011 (edited) Hi, We have black background for the Canvas, Chart and Legend. (it is "MSColumn3DLineDY" chart) On the load of the chart, Legend text is hidden and not visible until I click on the icon. Also On Mouse Over, it is hiding the text. Can you please look into this and let us know if we are missing anything. Below is the sample data. One more thing Chart with same configuration is displayed differently in different browsers. (Only GChrome it is fine but in Firefox and IE it is not good). <chart animation="0" connectNullData="0" showValues="1" rotateValues="0" showYAxisValues="1" showLimits="1" showDivLineValues="1" rotateLabels="0" showLabels="1" slantLabels="0" showAboutMenuItem="1" showToolTipShadow="0" seriesNameInToolTip="0" exportEnabled="0" exportShowMenuItem="0" showExportDialog="1" showExportDataMenuItem="0" exportDataFormattedVal="0" exportAtClient="0" palette="1" paletteColors="002776,92D400,00A1DE" labelDisplay="WRAP" showShadow="1" adjustDiv="1" showSecondaryLimits="1" showDivLineSecondaryValue="1" use3DLighting="1" defaultAnimation="1" setAdaptiveYMin="0" setAdaptiveSYMin="0" rotateYAxisName="1" use3DLineShift="0" caption="Accounts Receivable" subCaption="TOTAL FIRM PRIMARY V" showBorder="0" bgColor="000000" bgAlpha="100" canvasBgColor="000000" showCanvasBg="1" showCanvasBase="0" showVLineLabelBorder="1" logoPosition="TL" overlapColumns="0" showPlotBorder="1" plotBorderColor="ffffff" lineThickness="1" lineDashed="0" lineDashLen="0" lineDashGap="0" drawAnchors="1" divLineColor="555555" divLineThickness=".5" divLineIsDashed="0" zeroPlaneShowBorder="1" showLegend="1" legendPosition="BOTTOM" legendMarkerCircle="1" legendBgColor="000000" legendBgAlpha="100,100" legendBorderColor="000000" legendBorderThickness="0" legendShadow="1" legendAllowDrag="0" reverseLegend="0" formatNumber="1" formatNumberScale="1" numberPrefix="{:content:}quot; forceDecimals="0" sFormatNumber="1" sFormatNumberScale="1" baseFont="arial" baseFontSize="9" baseFontColor="FFFFFF" outCnvBaseFont="arial" outCnvBaseFontSize="10" showToolTip="1" yAxisValuesPadding="10" exportAction="save" exportTargetWindow="_self" alternateHGridColor="000000,000000" exportDataSeparator="tab" exportDataQualifier="tab" toolTipBgColor="000000" showAlternateHGridColor="0" outCnvBaseFontColor="ffffff" > <categories FontSize="10"> <category Label=" PD 1" ShowLabel="1" /> <category Label=" PD 10" ShowLabel="1" /> <category Label=" PD 11" ShowLabel="1" /> <category Label=" PD 12" ShowLabel="1" /> <category Label=" PD 13" ShowLabel="1" /> <category Label=" PD 2" ShowLabel="1" /> <category Label=" PD 3" ShowLabel="1" /> <category Label=" PD 4" ShowLabel="1" /> <category Label=" PD 5" ShowLabel="1" /> <category Label=" PD 6" ShowLabel="1" /> <category Label=" PD 7" ShowLabel="1" /> <category Label=" PD 8" ShowLabel="1" /> <category Label=" PD 9" ShowLabel="1" /> </categories> <dataset SeriesName="AWIR CY" ShowValues="0" Alpha="100" ParentYAxis="S"> <set Value="104.00000000000000" Alpha="80" /> <set Value="0" Alpha="80" /> <set Value="0" Alpha="80" /> <set Value="0" Alpha="80" /> <set Value="0" Alpha="80" /> <set Value="0" Alpha="80" /> <set Value="0" Alpha="80" /> <set Value="0" Alpha="80" /> <set Value="0" Alpha="80" /> <set Value="0" Alpha="80" /> <set Value="0" Alpha="80" /> <set Value="0" Alpha="80" /> <set Value="0" Alpha="80" /> </dataset> <dataset SeriesName="AWIR PY" ShowValues="0" Alpha="100" ParentYAxis="S"> <set Value="9.92966638600000" Alpha="80" /> <set Value="104.00000000000000" Alpha="80" /> <set Value="104.00000000000000" Alpha="80" /> <set Value="104.00000000000000" Alpha="80" /> <set Value="104.00000000000000" Alpha="80" /> <set Value="9.83644875000000" Alpha="80" /> <set Value="0.00000000000000" Alpha="80" /> <set Value="19.94102288000000" Alpha="80" /> <set Value="74.96511003400000" Alpha="80" /> <set Value="104.00000000000000" Alpha="80" /> <set Value="104.00000000000000" Alpha="80" /> <set Value="104.00000000000000" Alpha="80" /> <set Value="104.00000000000000" Alpha="80" /> </dataset> <dataset SeriesName="WUB CY" ShowValues="0" Alpha="100"> <set Value="49.44772411600000" Alpha="80" /> <set Value="0" Alpha="80" /> <set Value="0" Alpha="80" /> <set Value="0" Alpha="80" /> <set Value="0" Alpha="80" /> <set Value="0" Alpha="80" /> <set Value="0" Alpha="80" /> <set Value="0" Alpha="80" /> <set Value="0" Alpha="80" /> <set Value="0" Alpha="80" /> <set Value="0" Alpha="80" /> <set Value="0" Alpha="80" /> <set Value="0" Alpha="80" /> </dataset> <dataset SeriesName="WUB PY" ShowValues="0" Alpha="100"> <set Value="2.68669812100000" Alpha="80" /> <set Value="104.00000000000000" Alpha="80" /> <set Value="104.00000000000000" Alpha="80" /> <set Value="104.00000000000000" Alpha="80" /> <set Value="104.00000000000000" Alpha="80" /> <set Value="2.49018580500000" Alpha="80" /> <set Value="0.00000000000000" Alpha="80" /> <set Value="4.38630171200000" Alpha="80" /> <set Value="16.47211426300000" Alpha="80" /> <set Value="104.00000000000000" Alpha="80" /> <set Value="104.00000000000000" Alpha="80" /> <set Value="104.00000000000000" Alpha="80" /> <set Value="104.00000000000000" Alpha="80" /> </dataset> </chart> Edited August 23, 2011 by Upendar Srirangam Share this post Link to post Share on other sites
Sanjukta Report post Posted August 24, 2011 Hi, I am afraid, I am unable to replicate the issue after testing with your XML. Please check with the attached screenshots for your reference. Share this post Link to post Share on other sites
Swarnam Report post Posted August 24, 2011 Hey Upendar, If you are rendering the chart in HTML5/JavaScript mode, legend text is hidden on mouse over action. This is due to the legend background color you had specified. Try changing the "legendBgColor" to some other value. Please check with attached image with < legendBgColor='CDC9C9' ...> I hope this helps. Hi, I am afraid, I am unable to replicate the issue after testing with your XML. Please check with the attached screenshots for your reference. Share this post Link to post Share on other sites
Upendar Srirangam Report post Posted August 25, 2011 Hi, Thanks for the swift response. We are using Java script render and our requirements demanded black background for entire chart. Is there any way that we can suppress OnMouseOver event for the chart? Thanks in advance, Upendar. Hey Upendar, If you are rendering the chart in HTML5/JavaScript mode, legend text is hidden on mouse over action. This is due to the legend background color you had specified. Try changing the "legendBgColor" to some other value. Please check with attached image with < legendBgColor='CDC9C9' ...> I hope this helps. Share this post Link to post Share on other sites