Satya Damarla

Members
  • Content count

    5
  • Joined

  • Last visited

Everything posted by Satya Damarla

  1. Hi, We are trying to render 2D pie chart on iPad using javascript renderer. And we want to render it with Legends, show names and show values. This feature is important for us. Even after specifying the chart properties showLegend="1" showLabels="1" showValues="1" showNames="1" --- it not rendering any of legends and name/values markings for pie's in pie chart on Apple iPad (using javascript renderer)... But the same works fine on web application using flash object on firefox/IE. Using "Pie2D.swf" for this. Below is the XML we are using for this: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <Chart subcaption="" streamlinedData="0" slicingDistance="5" showFCMenuItem="0" showExportDialog="1" showBorder="0" numberSuffix="" numberScaleValue="1" numberScaleUnit="" logoURL="" legendShadow="0" legendBorderColor="cccccc" legendAllowDrag="0" isSliced="1" hoverCapBgColor="fffde0" formatNumberScale="0" formatNumber="1" displayValueDistance="5" decimalPrecision="10" captionPadding="0" caption="PrivateLbl vs NatlBrand" bgColor="ffffff" baseFontSize="10" baseFont="Arial" showLegend="1" showLabels="1" showValues="1" showNames="1"> <set value="8.92" name="BR " link="javascript:updateDiv('brandgroup=BR','T77chart_3048_11','3048',2);" toolText="<b>arc.brandgroup</b>: BR <b>Net Sale Contribution %</b>: 8.92" /> <set value="91.08" name="PR " link="javascript:updateDiv('brandgroup=PR','T77chart_3048_11','3048',2);" toolText="<b>arc.brandgroup</b>: PR <b>Net Sale Contribution %</b>: 91.08" /> </Chart> Any help is highly appreciated. Thanks -Satya
  2. Legend Not Showing Up For Pie Chart On Ipad

    Thanks for the help. It is working with this change.
  3. Legend Not Showing Up For Pie Chart On Ipad

    Continuing on this, I am looking for quick fix for the following two problems.. Even if a Beta fix can be provided - will work for us. (1) Below is the XML we are using for bubble chart on iPad. Currently it doesn't show Legend and Labels even we provide showLegend="1" showLabels="1" showNames="1" showValues="1". Can you provide a quick solution/fix for this. (2) Following is the font size/style (see below XML) we are using for Legends, Data Labels for all graphs such as Pie, Line, Multi-line Bar and Bubble charts... However the font size is not getting reflected for any of the Legend text, data labels, show names/values text. Can you provide a quick solution/fix for this. Let me if any problem with style definition below. <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <chart zeroPlaneColor="FFFFFF" yaxisname="YOY Net Sales Growth %" yAxisMinValue="-10.61" yAxisMaxValue="10.61" xaxisname="PVA Sales Variance %" xAxisMinValue="-5.0" xAxisMaxValue="5.0" toolTipBgColor="fffde0" subcaption="" showYAxisValues="0" showPlotBorder="0" showFCMenuItem="0" showBorder="0" showAlternateHGridColor="0" sFormatNumberScale="1" numberScaleValue="1000,1000,1000" numberScaleUnit="K,M,B" numDivLines="0" logoURL="" is3D="0" formatNumberScale="1" formatNumber="1" decimals="2" clipBubbles="0" caption="Store Performance" canvasBorderThickness="0" canvasBorderAlpha="0" borderThickness="0" bgColor="FFFFFF" baseFontSize="10" baseFont="Arial" showLegend="1" showLabels="1" showNames="1" showValues="1" palette="2" animation="1" showToolTip="1" legendPosition="BOTTOM" legendCaption="Legend" interactiveLegend="1"> <categories verticalLineThickness="1" verticalLineColor="909090" verticalLineAlpha="100"> <category x="0" showVerticalLine="1" label="" /> </categories> <dataset><set z="2.85" y="-5.51" x="1.68" toolText="Sales Variance -23.88%" color="6e9400"/></dataset> <dataset><set z="2.85" y="6.51" x="-3.52" toolText="Sales Variance 17%" color="1e64E0"/> </dataset> <vTrendlines> <line color="909090" alpha="180" /> </vTrendlines> <trendlines> <line isTrendZone="0" color="909090" /> </trendlines> <styles> <definition> <style type="font" size="18" name="CaptionStyle" font="Arial" color="000000" bold="1"/> <style type="font" size="14" name="SubCaptionStyle" font="Arial" bold="0" /> <style type="font" size="16" name="ToolStyle" isHTML="1" bold="1" /> <style type='font' size='12' name='myLabelsFont' bold='0' /> </definition> <application> <apply toObject="Caption" styles="CaptionStyle" /> <apply toObject="subcaption" styles="SubCaptionStyle" /> <apply toObject="TOOLTIP" styles="ToolStyle" /> <apply toObject='Legend' styles='myLabelsFont' /> <apply toObject='DataLabels' styles='myLabelsFont' /> </application> </styles> </chart>
  4. Legend Not Showing Up For Pie Chart On Ipad

    Thanks for the reply. No problem, beta fix will work for us for now.
  5. Legend Not Showing Up For Pie Chart On Ipad

    Thank you very very much for the quick reply and appreciate your quick support to resolve the issue. The fix you gave worked for Pie chart. Now it is showing legends and name/value labels for pie on iPad. So we got pass thru this. However, we hit into some issues as follows on iPad (this is only on iPad) - Bubble chart not yet showing legends, data labels. - Multi-line combi Bar chart not showing y-axis name for multi-series (probably this is how it works) - Font sizes not reflected for data labels (i.e. font sizes for text coming thru show names/show values text) and Legend text labels for all chart types These issues are only specific to iPad.. Web-version works fine. Basically we are extensively using all chart types on iPad. All graphs we want to show legends, show names, show values. Also a quick question: Is this JS fix you gave is stable? Can we use this JS fix in the production envi? thanks