bmcwhorter

Members
  • Content count

    66
  • Joined

  • Last visited

Posts posted by bmcwhorter


  1. post-44684-0-16028000-1382009266_thumb.pngHey,

     

    You have to give it time to display a few data points at first.  Did you do that?  You do see my screenshot, right?  Also, you have to have streaming data that changes values to see the effect of it.  I assumed you guys have some sort of sample that you used to test the functionality right?  It is too complicated a setup for me to pass over the forum.  Here's another screenshot that shows the plot going outside of the plot canvas.  Also, this happens in all browsers, its a generic javascript bug that is not related to any browser.


  2. Hi,

     

    Is it possible to set the background color of the legend?  It seems that it is always white no matter what and does not work well when I use a black background.

     

    <?xml version="1.0" encoding="UTF-8"?>
    <graph divLineThickness="4" anchorAlpha="0" plotGradientColor="" plotBorderColor="e88622" alternateVGridColor="0f0f0f" alternateHGridColor="0f0f0f" plotFillAlpha="100" plotFillColor="e88622" canvasPadding="0" lineDashed="0" useRoundEdges="0" rotateValues="1" showValues="0" canvasBgColor="0f0f0f" rotateLabels="1" showPlotBorder="1" xaxisname="Month" yaxisname="Sales" bgAlpha="100" imageSaveURL="rdTemplate/rdAnimatedChart/FCExporter.aspx" imageSave="1" toolTipBgColor="0f0f0f" showBorder="0" chartBottomMargin="" chartTopMargin="" chartRightMargin="" chartLeftMargin="" numberPrefix="" showLabels="1" bgColor="0f0f0f" Caption="" animation="1" showFCMenuItem="0" unescapeLinks="0">
    <styles>
    <definition><style type="font" bold="0" color="000000" size="15" font="Helvetica" name="ToolTipFontStyle"/><style type="font" bold="0" color="ffffff" size="15" font="Helvetica" name="DataLabelsFontStyle"/><style type="font" bold="0" color="ffffff" size="15" font="Helvetica" name="XAXISNAMEFontStyle"/><style type="font" bold="1" color="ffffff" size="24" font="Helvetica" name="CAPTIONFontStyle"/><style type="font" bold="0" color="ffffff" size="15" font="Helvetica" name="YAXISVALUESFontStyle"/><style type="font" bold="0" color="ffffff" size="15" font="Helvetica" name="YAXISNAMEFontStyle"/><style type="font" bold="0" color="ffffff" size="15" font="Helvetica" name="DATAVALUESFontStyle"/><style type="font" bold="0" color="000000" size="15" font="Helvetica" name="LegendFontStyle"/></definition>
    <application><apply styles="ToolTipFontStyle" toObject="ToolTip"/><apply styles="DataLabelsFontStyle" toObject="DataLabels"/><apply styles="XAXISNAMEFontStyle" toObject="XAXISNAME"/><apply styles="CAPTIONFontStyle" toObject="CAPTION"/><apply styles="YAXISVALUESFontStyle" toObject="YAXISVALUES"/><apply styles="YAXISNAMEFontStyle" toObject="YAXISNAME"/><apply styles="DATAVALUESFontStyle" toObject="DATAVALUES"/><apply styles="LegendFontStyle" toObject="Legend"/></application></styles>
    <categories><category name="Jan 2012"/><category name="Feb 2012"/><category name="Mar 2012"/><category name="Apr 2012"/><category name="May 2012"/><category name="Jun 2012"/><category name="Jul 2012"/><category name="Aug 2012"/><category name="Sep 2012"/><category name="Oct 2012"/><category name="Nov 2012"/><category name="Dec 2012"/></categories>
    <dataset plotBorderColor="e88622" showValues="0" color="e88622" alpha="100" seriesName="asdf"><set toolText="" value="35090.61"/><set toolText="" value="9823.34"/><set toolText="" value="23438.26"/><set toolText="" value="10420.74"/><set toolText="" value="36433.73"/><set toolText="" value="18499.6"/><set toolText="" value="18430.1"/><set toolText="" value="29912.59"/><set toolText="" value="20038.44"/><set toolText="" value="47956.35"/><set toolText="" value="11071.8"/><set toolText="" value="29911.10"/></dataset>
    <dataset plotBorderColor="28b8d5" showValues="0" color="28b8d5" alpha="100" seriesName="" lineThickness="3.5"><set value="7018.122"/><set value="1964.668"/><set value="4687.652"/><set value="2084.148"/><set value="7286.746"/><set value="3699.92"/><set value="3686.02"/><set value="5982.518"/><set value="4007.688"/><set value="9591.27"/><set value="2214.36"/><set value="5982.220"/></dataset><trendlines/></graph>post-44684-0-59694500-1380823276_thumb.png

  3. Hi, If you have a real time chart (data stream) that you resize, it will have problems in javascript -- flash works fine.

     

    Take the following chart and then in the console, make it smaller.  You will see the canvas and labels adjust fine, but the actual data plot becomes way too large for the canvas.post-44684-0-93215100-1380800250_thumb.pngpost-44684-0-76324500-1380800316_thumb.pngpost-44684-0-76324500-1380800316_thumb.png

     

      <?xml version="1.0" encoding="utf-8" ?>
    - <graph showFCMenuItem="0" animation="1" Caption="" bgColor="FFFFFF" showLabels="1" numberPrefix="" chartLeftMargin="" chartRightMargin="" chartTopMargin="" chartBottomMargin="" showBorder="0" unescapeLinks="0" imageSave="1" imageSaveURL="rdTemplate/rdAnimatedChart/FCExporter.aspx" bgAlpha="100" yaxisname="" xaxisname="" showPlotBorder="0" rotateLabels="1" canvasBgColor="ffffff" showValues="0" rotateValues="1" useRoundEdges="0" lineDashed="0" canvasPadding="0" plotFillColor="249fda" plotFillAlpha="100" alternateHGridColor="ffffff" alternateVGridColor="ffffff" plotGradientColor="249fda" lineThickness="3.5" anchorAlpha="0" divLineThickness="2" dataStreamURL="rdDownload/rdDL1e7ccad325b6423a9c03898f30f8273f.txt" refreshInterval="1" showRealTimeValue="0" setAdaptiveYMin="1">
    - <styles>
    - <definition>
      <style name="ToolTipFontStyle" type="font" font="Segoe UI" size="15" color="4c4c4c" bold="0" />
      <style name="DataLabelsFontStyle" type="font" font="Segoe UI" size="15" color="4c4c4c" bold="0" />
      <style name="XAXISNAMEFontStyle" type="font" font="Segoe UI" size="15" color="4c4c4c" bold="0" />
      <style name="CAPTIONFontStyle" type="font" font="Segoe UI" size="24" color="4c4c4c" bold="0" />
      <style name="YAXISVALUESFontStyle" type="font" font="Segoe UI" size="15" color="4c4c4c" bold="0" />
      <style name="YAXISNAMEFontStyle" type="font" font="Segoe UI" size="15" color="4c4c4c" bold="0" />
      <style name="DATAVALUESFontStyle" type="font" font="Segoe UI" size="15" color="4c4c4c" bold="0" />
      <style name="LegendFontStyle" type="font" font="Segoe UI" size="15" color="4c4c4c" bold="0" />
      </definition>
    - <application>
      <apply toObject="ToolTip" styles="ToolTipFontStyle" />
      <apply toObject="DataLabels" styles="DataLabelsFontStyle" />
      <apply toObject="XAXISNAME" styles="XAXISNAMEFontStyle" />
      <apply toObject="CAPTION" styles="CAPTIONFontStyle" />
      <apply toObject="YAXISVALUES" styles="YAXISVALUESFontStyle" />
      <apply toObject="YAXISNAME" styles="YAXISNAMEFontStyle" />
      <apply toObject="DATAVALUES" styles="DATAVALUESFontStyle" />
      <apply toObject="Legend" styles="LegendFontStyle" />
      </application>
      </styles>
      <categories />
      <dataset showValues="0" seriesName="" color="249fda" />
      <trendlines />
      </graph>

     


  4. Hi, I wouldn't mind doing that if the categories worked properly.  You can see the original bug that forced me to use the xaxislabelmode=auto here:

     

    These are multiple bugs with this chart.  You shouldn't have the attribute listed if it is not going to work.  I'm getting frustrated because I've been trying to get a solution to this one for about a month and I keep getting workarounds that break other functionality.

     

    http://forum.fusioncharts.com/topic/15050-axis-problems-with-scatter-chart-javascript-render-not-working-proper/


  5. The verticalLineColor attribute is completely ignored.  If we set the vertical lines ourselves using categories, the color gets applied appropriately.  How can I fix this?  This is urgent.

     

     
    <?xml version="1.0" encoding="UTF-8"?>
    <graph numberSuffix="" formatNumberScale="1" decimalSeparator="" thousandSeparator="" decimals="2" forceDecimals="1" outCnvBaseFontColor="4c4c4c" outCnvBaseFontSize="15" outCnvBaseFont="Segoe UI" canvasBorderThickness="1" alternateVGridColor="f0f0f0" alternateHGridColor="f0f0f0" bubbleScale="" numVDivLines="4" showNames="1" showLegend="1" xAxisLabelMode="Auto" xaxisname="label title" yaxisname="data title" divlinecolor="0919F1" CanvasBorderColor="FF0000" canvasBgColor="f0f0f0" bgAlpha="100" imageSaveURL="rdTemplate/rdAnimatedChart/FCExporter.aspx" imageSave="1" showBorder="0" chartBottomMargin="50" chartTopMargin="" chartRightMargin="" chartLeftMargin="50" numberPrefix="$" showLabels="1" bgColor="F0F8FF" Caption="Scatter Chart" animation="1" showFCMenuItem="0" unescapeLinks="0">
    <styles>
    <definition>
    <style bold="0" color="4c4c4c" size="15" font="Segoe UI" type="font" name="ToolTipFontStyle"/>
    <style bold="0" color="4c4c4c" size="24" font="Segoe UI" type="font" name="CAPTIONFontStyle"/>
    <style bold="0" color="4c4c4c" size="15" font="Segoe UI" type="font" name="YAXISVALUESFontStyle"/>
    <style bold="0" color="4c4c4c" size="15" font="Segoe UI" type="font" name="YAXISNAMEFontStyle"/>
    <style bold="0" color="4c4c4c" size="15" font="Segoe UI" type="font" name="DATAVALUESFontStyle"/>
    <style bold="0" color="4c4c4c" size="15" font="Segoe UI" type="font" name="DATALABELSFontStyle"/>
    <style bold="0" color="4c4c4c" size="15" font="Segoe UI" type="font" name="XAXISNAMEFontStyle"/>
    <style bold="0" color="4c4c4c" size="15" font="Segoe UI" type="font" name="LegendFontStyle"/>
    </definition>
    <application>
    <apply styles="ToolTipFontStyle" toObject="ToolTip"/>
    <apply styles="CAPTIONFontStyle" toObject="CAPTION"/>
    <apply styles="YAXISVALUESFontStyle" toObject="YAXISVALUES"/>
    <apply styles="YAXISNAMEFontStyle" toObject="YAXISNAME"/>
    <apply styles="DATAVALUESFontStyle" toObject="DATAVALUES"/>
    <apply styles="DATALABELSFontStyle" toObject="DATALABELS"/>
    <apply styles="XAXISNAMEFontStyle" toObject="XAXISNAME"/>
    <apply styles="LegendFontStyle" toObject="Legend"/>
    </application>
    </styles>
    <categories verticalLineThickness="1" verticalLineColor="FF0000"/>
    <dataset color="FF0000" showPlotBorder="0" plotFillAlpha="100" anchorAlpha="100" seriesName="legend label" anchorSides="3" anchorRadius="UnitPrice" anchorBorderColor="000000" anchorBgColor="FF0000">
    <set z="0.0000" toolText="1, 0" x="1" y="0.0000"/>
    <set z="19.0000" toolText="8, 19" x="8" y="19.0000"/>
    <set z="10.0000" toolText="9, 10" x="9" y="10.0000"/>
    <set z="22.0000" toolText="49, 22" x="49" y="22.0000"/>
    <set z="21.3500" toolText="41, 21" x="41" y="21.3500"/>
    <set z="25.0000" toolText="116, 25" x="116" y="25.0000"/>
    <set z="54.0000" toolText="11, 54" x="11" y="54.0000"/>
    <set z="40.0000" toolText="0, 40" x="0" y="40.0000"/>
    <set z="97.0000" toolText="25, 97" x="25" y="97.0000"/>
    <set z="31.0000" toolText="27, 31" x="27" y="31.0000"/>
    <set z="21.0000" toolText="18, 21" x="18" y="21.0000"/>
    <set z="38.0000" toolText="82, 38" x="82" y="38.0000"/>
    <set z="6.0000" toolText="20, 6" x="20" y="6.0000"/>
    <set z="23.2500" toolText="31, 23" x="31" y="23.2500"/>
    <set z="15.5000" toolText="35, 16" x="35" y="15.5000"/>
    <set z="17.4500" toolText="29, 17" x="29" y="17.4500"/>
    <set z="39.0000" toolText="39, 39" x="39" y="39.0000"/>
    <set z="62.5000" toolText="42, 63" x="42" y="62.5000"/>
    <set z="9.2000" toolText="25, 9" x="25" y="9.2000"/>
    <set z="81.0000" toolText="40, 81" x="40" y="81.0000"/>
    <set z="10.0000" toolText="3, 10" x="3" y="10.0000"/>
    <set z="6.0000" toolText="104, 6" x="104" y="6.0000"/>
    <set z="17.0000" toolText="61, 17" x="61" y="17.0000"/>
    <set z="99.0000" toolText="20, 99" x="20" y="99.0000"/>
    <set z="14.0000" toolText="76, 14" x="76" y="14.0000"/>
    <set z="31.2300" toolText="15, 31" x="15" y="31.2300"/>
    <set z="43.9000" toolText="49, 44" x="49" y="43.9000"/>
    <set z="45.6000" toolText="26, 46" x="26" y="45.6000"/>
    <set z="67.0000" toolText="10, 67" x="10" y="67.0000"/>
    <set z="12.5000" toolText="0, 13" x="0" y="12.5000"/>
    <set z="32.0000" toolText="9, 32" x="9" y="32.0000"/>
    <set z="2.5000" toolText="112, 3" x="112" y="2.5000"/>
    <set z="14.0000" toolText="111, 14" x="111" y="14.0000"/>
    <set z="18.0000" toolText="20, 18" x="20" y="18.0000"/>
    <set z="19.0000" toolText="112, 19" x="112" y="19.0000"/>
    <set z="26.0000" toolText="11, 26" x="11" y="26.0000"/>
    <set z="18.0000" toolText="69, 18" x="69" y="18.0000"/>
    <set z="18.4000" toolText="123, 18" x="123" y="18.4000"/>
    <set z="9.6500" toolText="85, 10" x="85" y="9.6500"/>
    <set z="14.0000" toolText="26, 14" x="26" y="14.0000"/>
    <set z="46.0000" toolText="17, 46" x="17" y="46.0000"/>
    <set z="19.4500" toolText="27, 19" x="27" y="19.4500"/>
    <set z="76.0000" toolText="5, 76" x="5" y="76.0000"/>
    <set z="12.0000" toolText="95, 12" x="95" y="12.0000"/>
    <set z="9.5000" toolText="36, 10" x="36" y="9.5000"/>
    <set z="12.7500" toolText="15, 13" x="15" y="12.7500"/>
    <set z="20.0000" toolText="10, 20" x="10" y="20.0000"/>
    <set z="16.2500" toolText="65, 16" x="65" y="16.2500"/>
    <set z="53.0000" toolText="20, 53" x="20" y="53.0000"/>
    <set z="7.0000" toolText="38, 7" x="38" y="7.0000"/>
    <set z="32.8000" toolText="0, 33" x="0" y="32.8000"/>
    <set z="7.4500" toolText="21, 7" x="21" y="7.4500"/>
    <set z="24.0000" toolText="115, 24" x="115" y="24.0000"/>
    <set z="38.0000" toolText="21, 38" x="21" y="38.0000"/>
    <set z="24.9000" toolText="36, 25" x="36" y="24.9000"/>
    <set z="13.2500" toolText="62, 13" x="62" y="13.2500"/>
    <set z="55.0000" toolText="79, 55" x="79" y="55.0000"/>
    <set z="34.0000" toolText="19, 34" x="19" y="34.0000"/>
    <set z="28.5000" toolText="113, 29" x="113" y="28.5000"/>
    <set z="49.3000" toolText="17, 49" x="17" y="49.3000"/>
    <set z="43.9000" toolText="24, 44" x="24" y="43.9000"/>
    <set z="33.2500" toolText="22, 33" x="22" y="33.2500"/>
    <set z="21.0500" toolText="76, 21" x="76" y="21.0500"/>
    <set z="17.0000" toolText="4, 17" x="4" y="17.0000"/>
    <set z="14.0000" toolText="53, 14" x="53" y="14.0000"/>
    <set z="12.5000" toolText="6, 13" x="6" y="12.5000"/>
    <set z="36.0000" toolText="26, 36" x="26" y="36.0000"/>
    <set z="15.0000" toolText="15, 15" x="15" y="15.0000"/>
    <set z="21.5000" toolText="25, 22" x="25" y="21.5000"/>
    <set z="34.8000" toolText="14, 35" x="14" y="34.8000"/>
    <set z="15.0000" toolText="101, 15" x="101" y="15.0000"/>
    <set z="10.0000" toolText="4, 10" x="4" y="10.0000"/>
    <set z="7.7500" toolText="125, 8" x="125" y="7.7500"/>
    <set z="18.0000" toolText="57, 18" x="57" y="18.0000"/>
    <set z="34.0000" toolText="32, 34" x="32" y="34.0000"/>
    </dataset>
    </graph>

  6. How do you set the alpha of a dataSet when you're using the data stream URL for a real time chart?  The following does not work:

     

     <?xml version="1.0" encoding="utf-8" ?>

    - <<graph showFCMenuItem="0" animation="1" Caption="Real Time Update chart" bgColor="00FFFF" showLabels="1" numberPrefix="" chartLeftMargin="" chartRightMargin="" chartTopMargin="" chartBottomMargin="" showBorder="0" unescapeLinks="0" imageSave="1" imageSaveURL="rdTemplate/rdAnimatedChart/FCExporter.aspx" bgAlpha="100" yaxisname="Frieght" xaxisname="CustomerID" showPlotBorder="0" rotateLabels="1" canvasBgColor="FFE4C4" showValues="0" rotateValues="1" useRoundEdges="0" lineDashed="0" canvasPadding="0" plotFillColor="000000" plotFillAlpha="20" divLineColor="FFFF00" dataStreamURL="rdDownload/rdDLe201d576c9c14936b5a01b95b402c2ed.txt" refreshInterval="2" showRealTimeValue="0" setAdaptiveYMin="1">

    - <<styles>

      <<definition />

      <<application />

      </styles>

      <<categories />

      <<dataset showValues="0" seriesName="" alpha="20" />

      <<trendlines />

      </graph>


  7. Scatter charts should be able to handle anchorSides = 1 because people do not always want to use a bubble chart to have one data series show up as a circle.  In fact it does and it works well.  The only problem is when using a legend.

     

    In javascript, the legend renders the circle symbol fine.  However, in flash, the legend symbol is rendered as something completely different than whats on the chart.  Generally showing up as a pentagon.  Why does it do this/how do i fix it?

     

      <?xml version="1.0" encoding="utf-8" ?>
    - <graph showFCMenuItem="0" animation="1" Caption="Scatter Chart" bgColor="ffffff" showLabels="1" numberPrefix="" chartLeftMargin="" chartRightMargin="" chartTopMargin="" chartBottomMargin="" showBorder="0" unescapeLinks="0" imageSave="1" imageSaveURL="rdTemplate/rdAnimatedChart/FCExporter.aspx" bgAlpha="100" canvasBgColor="f2f2f2" CanvasBorderColor="5b5b5b" divlinecolor="" yaxisname="data title" xaxisname="label title" showLegend="1" showNames="1" numVDivLines="" bubbleScale="" alternateHGridColor="f2f2f2" alternateVGridColor="f2f2f2" canvasBorderThickness="1">
    - <styles>
    - <definition>
      <style name="ToolTipFontStyle" type="font" font="Helvetica" size="15" color="5b5b5b" bold="0" />
      <style name="CAPTIONFontStyle" type="font" font="Helvetica" size="24" color="5b5b5b" bold="1" />
      <style name="YAXISVALUESFontStyle" type="font" font="Helvetica" size="15" color="5b5b5b" bold="0" />
      <style name="YAXISNAMEFontStyle" type="font" font="Helvetica" size="15" color="5b5b5b" bold="0" />
      <style name="DATAVALUESFontStyle" type="font" font="Helvetica" size="15" color="5b5b5b" bold="0" />
      <style name="DATALABELSFontStyle" type="font" font="Helvetica" size="15" color="5b5b5b" bold="0" />
      <style name="XAXISNAMEFontStyle" type="font" font="Helvetica" size="15" color="5b5b5b" bold="0" />
      <style name="LegendFontStyle" type="font" font="Helvetica" size="15" color="5b5b5b" bold="0" />
      </definition>
    - <application>
      <apply toObject="ToolTip" styles="ToolTipFontStyle" />
      <apply toObject="CAPTION" styles="CAPTIONFontStyle" />
      <apply toObject="YAXISVALUES" styles="YAXISVALUESFontStyle" />
      <apply toObject="YAXISNAME" styles="YAXISNAMEFontStyle" />
      <apply toObject="DATAVALUES" styles="DATAVALUESFontStyle" />
      <apply toObject="DATALABELS" styles="DATALABELSFontStyle" />
      <apply toObject="XAXISNAME" styles="XAXISNAMEFontStyle" />
      <apply toObject="Legend" styles="LegendFontStyle" />
      </application>
      </styles>
    - <categories verticalLineColor="666666" verticalLineThickness="1">
      <category name="0" x="0" showVerticalLine="1" />
      <category name="14" x="14" showVerticalLine="1" />
      <category name="28" x="28" showVerticalLine="1" />
      <category name="42" x="42" showVerticalLine="1" />
      <category name="56" x="56" showVerticalLine="1" />
      </categories>
    - <dataset anchorBgColor="cccccc" anchorBorderColor="424242" anchorSides="1" color="cccccc" seriesName="asdf" anchorAlpha="80">
      <set y="39" x="18.0000" toolText="18.0000, 39" z="4" />
      <set y="17" x="19.0000" toolText="19.0000, 17" z="4" />
      <set y="13" x="10.0000" toolText="10.0000, 13" z="4" />
      <set y="53" x="22.0000" toolText="22.0000, 53" z="4" />
      <set y="0" x="21.3500" toolText="21.3500, 0" z="4" />
      <set y="120" x="25.0000" toolText="25.0000, 120" z="4" />
      <set y="15" x="30.0000" toolText="30.0000, 15" z="4" />
      <set y="6" x="40.0000" toolText="40.0000, 6" z="4" />
      <set y="29" x="97.0000" toolText="97.0000, 29" z="4" />
      <set y="31" x="31.0000" toolText="31.0000, 31" z="4" />
      <set y="22" x="21.0000" toolText="21.0000, 22" z="4" />
      <set y="86" x="38.0000" toolText="38.0000, 86" z="4" />
      <set y="24" x="6.0000" toolText="6.0000, 24" z="4" />
      <set y="35" x="23.2500" toolText="23.2500, 35" z="4" />
      <set y="39" x="15.5000" toolText="15.5000, 39" z="4" />
      <set y="29" x="17.4500" toolText="17.4500, 29" z="4" />
      <set y="0" x="39.0000" toolText="39.0000, 0" z="4" />
      <set y="42" x="62.5000" toolText="62.5000, 42" z="4" />
      <set y="25" x="9.2000" toolText="9.2000, 25" z="4" />
      <set y="40" x="81.0000" toolText="81.0000, 40" z="4" />
      <set y="3" x="10.0000" toolText="10.0000, 3" z="4" />
      <set y="104" x="21.0000" toolText="21.0000, 104" z="4" />
      <set y="61" x="9.0000" toolText="9.0000, 61" z="4" />
      <set y="20" x="4.5000" toolText="4.5000, 20" z="4" />
      <set y="76" x="14.0000" toolText="14.0000, 76" z="4" />
      <set y="15" x="31.2300" toolText="31.2300, 15" z="4" />
      <set y="49" x="43.9000" toolText="43.9000, 49" z="4" />
      <set y="26" x="45.6000" toolText="45.6000, 26" z="4" />
      <set y="10" x="25.8900" toolText="25.8900, 10" z="4" />
      <set y="0" x="12.5000" toolText="12.5000, 0" z="4" />
      <set y="9" x="32.0000" toolText="32.0000, 9" z="4" />
      <set y="112" x="2.5000" toolText="2.5000, 112" z="4" />
      <set y="111" x="14.0000" toolText="14.0000, 111" z="4" />
      <set y="20" x="18.0000" toolText="18.0000, 20" z="4" />
      <set y="112" x="19.0000" toolText="19.0000, 112" z="4" />
      <set y="11" x="26.0000" toolText="26.0000, 11" z="4" />
      <set y="69" x="18.0000" toolText="18.0000, 69" z="4" />
      <set y="123" x="18.4000" toolText="18.4000, 123" z="4" />
      <set y="85" x="9.6500" toolText="9.6500, 85" z="4" />
      <set y="26" x="14.0000" toolText="14.0000, 26" z="4" />
      <set y="17" x="46.0000" toolText="46.0000, 17" z="4" />
      <set y="27" x="19.4500" toolText="19.4500, 27" z="4" />
      <set y="5" x="9.5000" toolText="9.5000, 5" z="4" />
      <set y="95" x="12.0000" toolText="12.0000, 95" z="4" />
      <set y="36" x="9.5000" toolText="9.5000, 36" z="4" />
      <set y="15" x="12.7500" toolText="12.7500, 15" z="4" />
      <set y="10" x="20.0000" toolText="20.0000, 10" z="4" />
      <set y="65" x="16.2500" toolText="16.2500, 65" z="4" />
      <set y="20" x="53.0000" toolText="53.0000, 20" z="4" />
      <set y="38" x="7.0000" toolText="7.0000, 38" z="4" />
      <set y="0" x="32.8000" toolText="32.8000, 0" z="4" />
      <set y="21" x="7.4500" toolText="7.4500, 21" z="4" />
      <set y="115" x="24.0000" toolText="24.0000, 115" z="4" />
      <set y="21" x="38.0000" toolText="38.0000, 21" z="4" />
      <set y="36" x="19.5000" toolText="19.5000, 36" z="4" />
      <set y="62" x="13.2500" toolText="13.2500, 62" z="4" />
      <set y="79" x="55.0000" toolText="55.0000, 79" z="4" />
      <set y="19" x="34.0000" toolText="34.0000, 19" z="4" />
      <set y="113" x="28.5000" toolText="28.5000, 113" z="4" />
      <set y="17" x="49.3000" toolText="49.3000, 17" z="4" />
      <set y="24" x="43.9000" toolText="43.9000, 24" z="4" />
      <set y="22" x="33.2500" toolText="33.2500, 22" z="4" />
      <set y="76" x="21.0500" toolText="21.0500, 76" z="4" />
      <set y="4" x="17.0000" toolText="17.0000, 4" z="4" />
      <set y="52" x="14.0000" toolText="14.0000, 52" z="4" />
      <set y="6" x="12.5000" toolText="12.5000, 6" z="4" />
      <set y="26" x="36.0000" toolText="36.0000, 26" z="4" />
      <set y="15" x="15.0000" toolText="15.0000, 15" z="4" />
      <set y="26" x="21.5000" toolText="21.5000, 26" z="4" />
      <set y="14" x="34.8000" toolText="34.8000, 14" z="4" />
      <set y="101" x="15.0000" toolText="15.0000, 101" z="4" />
      <set y="4" x="10.0000" toolText="10.0000, 4" z="4" />
      <set y="125" x="7.7500" toolText="7.7500, 125" z="4" />
      <set y="57" x="18.0000" toolText="18.0000, 57" z="4" />
      <set y="32" x="13.0000" toolText="13.0000, 32" z="4" />
      </dataset>
      </graph>post-44684-0-93993400-1378303010_thumb.pngpost-44684-0-93993400-1378303010_thumb.png

     


  8. Scatter charts should be able to handle anchorSides = 1 because people do not always want to use a bubble chart to have one data series show up as a circle.  In fact it does and it works well.  The only problem is when using a legend.

     

    In javascript, the legend renders the circle symbol fine.  However, in flash, the legend symbol is rendered as something completely different than whats on the chart.  Generally showing up as a pentagon.  Why does it do this/how do i fix it?

     

      <?xml version="1.0" encoding="utf-8" ?>
    - <graph showFCMenuItem="0" animation="1" Caption="Scatter Chart" bgColor="ffffff" showLabels="1" numberPrefix="" chartLeftMargin="" chartRightMargin="" chartTopMargin="" chartBottomMargin="" showBorder="0" unescapeLinks="0" imageSave="1" imageSaveURL="rdTemplate/rdAnimatedChart/FCExporter.aspx" bgAlpha="100" canvasBgColor="f2f2f2" CanvasBorderColor="5b5b5b" divlinecolor="" yaxisname="data title" xaxisname="label title" showLegend="1" showNames="1" numVDivLines="" bubbleScale="" alternateHGridColor="f2f2f2" alternateVGridColor="f2f2f2" canvasBorderThickness="1">
    - <styles>
    - <definition>
      <style name="ToolTipFontStyle" type="font" font="Helvetica" size="15" color="5b5b5b" bold="0" />
      <style name="CAPTIONFontStyle" type="font" font="Helvetica" size="24" color="5b5b5b" bold="1" />
      <style name="YAXISVALUESFontStyle" type="font" font="Helvetica" size="15" color="5b5b5b" bold="0" />
      <style name="YAXISNAMEFontStyle" type="font" font="Helvetica" size="15" color="5b5b5b" bold="0" />
      <style name="DATAVALUESFontStyle" type="font" font="Helvetica" size="15" color="5b5b5b" bold="0" />
      <style name="DATALABELSFontStyle" type="font" font="Helvetica" size="15" color="5b5b5b" bold="0" />
      <style name="XAXISNAMEFontStyle" type="font" font="Helvetica" size="15" color="5b5b5b" bold="0" />
      <style name="LegendFontStyle" type="font" font="Helvetica" size="15" color="5b5b5b" bold="0" />
      </definition>
    - <application>
      <apply toObject="ToolTip" styles="ToolTipFontStyle" />
      <apply toObject="CAPTION" styles="CAPTIONFontStyle" />
      <apply toObject="YAXISVALUES" styles="YAXISVALUESFontStyle" />
      <apply toObject="YAXISNAME" styles="YAXISNAMEFontStyle" />
      <apply toObject="DATAVALUES" styles="DATAVALUESFontStyle" />
      <apply toObject="DATALABELS" styles="DATALABELSFontStyle" />
      <apply toObject="XAXISNAME" styles="XAXISNAMEFontStyle" />
      <apply toObject="Legend" styles="LegendFontStyle" />
      </application>
      </styles>
    - <categories verticalLineColor="666666" verticalLineThickness="1">
      <category name="0" x="0" showVerticalLine="1" />
      <category name="14" x="14" showVerticalLine="1" />
      <category name="28" x="28" showVerticalLine="1" />
      <category name="42" x="42" showVerticalLine="1" />
      <category name="56" x="56" showVerticalLine="1" />
      </categories>
    - <dataset anchorBgColor="cccccc" anchorBorderColor="424242" anchorSides="1" color="cccccc" seriesName="asdf" anchorAlpha="80">
      <set y="39" x="18.0000" toolText="18.0000, 39" z="4" />
      <set y="17" x="19.0000" toolText="19.0000, 17" z="4" />
      <set y="13" x="10.0000" toolText="10.0000, 13" z="4" />
      <set y="53" x="22.0000" toolText="22.0000, 53" z="4" />
      <set y="0" x="21.3500" toolText="21.3500, 0" z="4" />
      <set y="120" x="25.0000" toolText="25.0000, 120" z="4" />
      <set y="15" x="30.0000" toolText="30.0000, 15" z="4" />
      <set y="6" x="40.0000" toolText="40.0000, 6" z="4" />
      <set y="29" x="97.0000" toolText="97.0000, 29" z="4" />
      <set y="31" x="31.0000" toolText="31.0000, 31" z="4" />
      <set y="22" x="21.0000" toolText="21.0000, 22" z="4" />
      <set y="86" x="38.0000" toolText="38.0000, 86" z="4" />
      <set y="24" x="6.0000" toolText="6.0000, 24" z="4" />
      <set y="35" x="23.2500" toolText="23.2500, 35" z="4" />
      <set y="39" x="15.5000" toolText="15.5000, 39" z="4" />
      <set y="29" x="17.4500" toolText="17.4500, 29" z="4" />
      <set y="0" x="39.0000" toolText="39.0000, 0" z="4" />
      <set y="42" x="62.5000" toolText="62.5000, 42" z="4" />
      <set y="25" x="9.2000" toolText="9.2000, 25" z="4" />
      <set y="40" x="81.0000" toolText="81.0000, 40" z="4" />
      <set y="3" x="10.0000" toolText="10.0000, 3" z="4" />
      <set y="104" x="21.0000" toolText="21.0000, 104" z="4" />
      <set y="61" x="9.0000" toolText="9.0000, 61" z="4" />
      <set y="20" x="4.5000" toolText="4.5000, 20" z="4" />
      <set y="76" x="14.0000" toolText="14.0000, 76" z="4" />
      <set y="15" x="31.2300" toolText="31.2300, 15" z="4" />
      <set y="49" x="43.9000" toolText="43.9000, 49" z="4" />
      <set y="26" x="45.6000" toolText="45.6000, 26" z="4" />
      <set y="10" x="25.8900" toolText="25.8900, 10" z="4" />
      <set y="0" x="12.5000" toolText="12.5000, 0" z="4" />
      <set y="9" x="32.0000" toolText="32.0000, 9" z="4" />
      <set y="112" x="2.5000" toolText="2.5000, 112" z="4" />
      <set y="111" x="14.0000" toolText="14.0000, 111" z="4" />
      <set y="20" x="18.0000" toolText="18.0000, 20" z="4" />
      <set y="112" x="19.0000" toolText="19.0000, 112" z="4" />
      <set y="11" x="26.0000" toolText="26.0000, 11" z="4" />
      <set y="69" x="18.0000" toolText="18.0000, 69" z="4" />
      <set y="123" x="18.4000" toolText="18.4000, 123" z="4" />
      <set y="85" x="9.6500" toolText="9.6500, 85" z="4" />
      <set y="26" x="14.0000" toolText="14.0000, 26" z="4" />
      <set y="17" x="46.0000" toolText="46.0000, 17" z="4" />
      <set y="27" x="19.4500" toolText="19.4500, 27" z="4" />
      <set y="5" x="9.5000" toolText="9.5000, 5" z="4" />
      <set y="95" x="12.0000" toolText="12.0000, 95" z="4" />
      <set y="36" x="9.5000" toolText="9.5000, 36" z="4" />
      <set y="15" x="12.7500" toolText="12.7500, 15" z="4" />
      <set y="10" x="20.0000" toolText="20.0000, 10" z="4" />
      <set y="65" x="16.2500" toolText="16.2500, 65" z="4" />
      <set y="20" x="53.0000" toolText="53.0000, 20" z="4" />
      <set y="38" x="7.0000" toolText="7.0000, 38" z="4" />
      <set y="0" x="32.8000" toolText="32.8000, 0" z="4" />
      <set y="21" x="7.4500" toolText="7.4500, 21" z="4" />
      <set y="115" x="24.0000" toolText="24.0000, 115" z="4" />
      <set y="21" x="38.0000" toolText="38.0000, 21" z="4" />
      <set y="36" x="19.5000" toolText="19.5000, 36" z="4" />
      <set y="62" x="13.2500" toolText="13.2500, 62" z="4" />
      <set y="79" x="55.0000" toolText="55.0000, 79" z="4" />
      <set y="19" x="34.0000" toolText="34.0000, 19" z="4" />
      <set y="113" x="28.5000" toolText="28.5000, 113" z="4" />
      <set y="17" x="49.3000" toolText="49.3000, 17" z="4" />
      <set y="24" x="43.9000" toolText="43.9000, 24" z="4" />
      <set y="22" x="33.2500" toolText="33.2500, 22" z="4" />
      <set y="76" x="21.0500" toolText="21.0500, 76" z="4" />
      <set y="4" x="17.0000" toolText="17.0000, 4" z="4" />
      <set y="52" x="14.0000" toolText="14.0000, 52" z="4" />
      <set y="6" x="12.5000" toolText="12.5000, 6" z="4" />
      <set y="26" x="36.0000" toolText="36.0000, 26" z="4" />
      <set y="15" x="15.0000" toolText="15.0000, 15" z="4" />
      <set y="26" x="21.5000" toolText="21.5000, 26" z="4" />
      <set y="14" x="34.8000" toolText="34.8000, 14" z="4" />
      <set y="101" x="15.0000" toolText="15.0000, 101" z="4" />
      <set y="4" x="10.0000" toolText="10.0000, 4" z="4" />
      <set y="125" x="7.7500" toolText="7.7500, 125" z="4" />
      <set y="57" x="18.0000" toolText="18.0000, 57" z="4" />
      <set y="32" x="13.0000" toolText="13.0000, 32" z="4" />
      </dataset>
      </graph>post-44684-0-93993400-1378303010_thumb.pngpost-44684-0-93993400-1378303010_thumb.png

     


  9. Hi,  When I render the following chart, some of the bars have a thick line separating the data, others have a thin line.  It's very odd.  Can you tell me why they don't all appear the same like they should?

     

    <?xml version="1.0" encoding="UTF-8"?>
    -<graph divLineThickness="2" anchorAlpha="0" lineThickness="5" plotGradientColor="" divLineColor="FF0000" alternateVGridColor="ffffff" alternateHGridColor="ffffff" plotFillAlpha="100" plotFillColor="cccccc" canvasPadding="0" lineDashed="0" useRoundEdges="0" rotateValues="1" showValues="0" canvasBgColor="ffffff" rotateLabels="1" showPlotBorder="1" xaxisname="label title" yaxisname="the data" bgAlpha="100" imageSaveURL="rdTemplate/rdAnimatedChart/FCExporter.aspx" imageSave="1" showBorder="0" chartBottomMargin="" chartTopMargin="" chartRightMargin="" chartLeftMargin="" numberPrefix="" showLabels="1" bgColor="ffffff" Caption="Sales by Category" animation="1" showFCMenuItem="0" unescapeLinks="0">-<styles>-<definition><style type="font" bold="0" color="5b5b5b" size="15" font="Helvetica" name="ToolTipFontStyle"/><style type="font" bold="0" color="5b5b5b" size="15" font="Helvetica" name="DataLabelsFontStyle"/><style type="font" bold="0" color="5b5b5b" size="15" font="Helvetica" name="XAXISNAMEFontStyle"/><style type="font" bold="1" color="5b5b5b" size="24" font="Helvetica" name="CAPTIONFontStyle"/><style type="font" bold="0" color="5b5b5b" size="15" font="Helvetica" name="YAXISVALUESFontStyle"/><style type="font" bold="0" color="5b5b5b" size="15" font="Helvetica" name="YAXISNAMEFontStyle"/><style type="font" bold="0" color="5b5b5b" size="15" font="Helvetica" name="DATAVALUESFontStyle"/><style type="font" bold="0" color="5b5b5b" size="15" font="Helvetica" name="LegendFontStyle"/></definition>-<application><apply styles="ToolTipFontStyle" toObject="ToolTip"/><apply styles="DataLabelsFontStyle" toObject="DataLabels"/><apply styles="XAXISNAMEFontStyle" toObject="XAXISNAME"/><apply styles="CAPTIONFontStyle" toObject="CAPTION"/><apply styles="YAXISVALUESFontStyle" toObject="YAXISVALUES"/><apply styles="YAXISNAMEFontStyle" toObject="YAXISNAME"/><apply styles="DATAVALUESFontStyle" toObject="DATAVALUES"/><apply styles="LegendFontStyle" toObject="Legend"/></application></styles>-<categories><category name="Dairy Products"/><category name="Beverages"/><category name="Confections"/><category name="Meat/Poultry"/><category name="Seafood"/><category name="Grains/Cereals"/><category name="Condiments"/><category name="Produce"/></categories>-<dataset lineThickness="5" showValues="0" color="cccccc" alpha="100" seriesName=""><set value="115387.6500"/><set value="103924.3100"/><set value="82657.7300"/><set value="80975.1200"/><set value="66959.2100"/><set value="56871.8200"/><set value="55368.6000"/><set value="54940.7600"/></dataset>-<dataset lineThickness="3.5" showValues="0" color="cccccc" alpha="100" seriesName=""><set value="315387.6500"/><set value="343924.3100"/><set value="342657.7300"/><set value="200975.1200"/><set value="306959.2100"/><set value="196871.8200"/><set value="295368.6000"/><set value="154940.7600"/></dataset><trendlines/></graph>post-44684-0-32199400-1377519738_thumb.png