tyler Report post Posted October 29, 2013 There is a string of text that appears on my chart (see diagram) which is the data for the first bar. How can I prevent that from displaying? Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted October 30, 2013 Hi, Could you please post the XML/JSON data provided to the chart and mention the chart type that you are using? Awaiting your inputs. Share this post Link to post Share on other sites
tyler Report post Posted October 30, 2013 Here you are: <chart caption='Primary Crusher Performance' subCaption='Perfromance by Week View' dataStreamURL='../DataProviders/CrusherPerformanceWeeklyView.aspx' refreshInterval='3' numberPrefix='' setAdaptiveYMin='0' xAxisName='Shifts' yAxisName='Tonnes' yAxisMaxValue='100000' plotGradientColor=' ' showValues='1' decimals='0' formatNumberScale='0' interactiveLegend='1' showRealTimeValue='1' labelDisplay='Rotate' slantLabels='0' numDisplaySets='16'> <dataset seriesName='Cr1' showValues='0'></dataset> <dataset seriesName='Cr4' showValues='0'></dataset> <dataset seriesName='Cr5' showValues='0'></dataset> <trendlines> <line startValue='70000' color='FF0000' displayValue='70,000' showOnTop='1'/> </trendlines> <styles> <definition> <style type='font' name='captionFont' size='14' /> </definition> <application> <apply toObject='Caption' styles='captionFont' /> <apply toObject='Realtimevalue' styles='captionFont' /> </application> </styles> </chart> Share this post Link to post Share on other sites
Swarnam Report post Posted October 31, 2013 Hey, Try setting "showRealTimeValue" attribute to 0. This attribute helps you set whether you want the latest value (received from server) to be displayed on the chart or not. Hope this helps. Share this post Link to post Share on other sites
tyler Report post Posted October 31, 2013 This worked! Thanks. Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted November 1, 2013 Share this post Link to post Share on other sites