sp_oshea

Show Line To Outlier Data But Not Data Itself

Recommended Posts

I am trying to keep the formatting of a line graph. When it experiences an extreme spike or outlier, it needs to just show the line going to the data rather than reformatting the graph to show the data. It will be shown in the legend instead. I have attached 2 images, agColorOutlier is what I am trying to achieve, you will notice there are 2 data points where you see only the line and not the data point itself since it exceeds the max and min of the trend lines. FusionChartOutlier, when experiencing the same data will reformat itself to show the data point, this is not what I am trying to achieve.

 

Looking for a setting in the chart xml objects that may allow this.

Thanks,

Sean

post-28252-0-59223800-1338324739_thumb.jpg

post-28252-0-24489600-1338324744_thumb.jpg

Share this post


Link to post
Share on other sites
Guest Sashibhusan

Hi,

 

In FusionCharts charts, the data points are plotted based on the Y-Axis values which are nothing but the DIV line values calculated by the number of DIV lines provided and the data point values.

 

Each time when chart renders, the chart itself finds the maximum and minimum data point values and set the Y-Axis limits according to these limiting values.

 

Hence, when the data point value exceeds the Y-Axis maximum limit, the chart will consider that value as maximum and reset the Y-Axis limits accordingly.

 

Since this is an intended behavior of Fusioncahrts chart, you are not able to get the chart as agColorOutlier chart.

 

Hope I am able to clarify myself.

Share this post


Link to post
Share on other sites

Yep, I put anchorradius = '0' in the object properties and set the value to yAxisMaxValue or yAxisMinValue if they exceed while showing the actual value in the legend. This will work.

 

Thanks, Sean

Share this post


Link to post
Share on other sites
Guest Sumedh

Yep, I put anchorradius = '0' in the object properties and set the value to yAxisMaxValue or yAxisMinValue if they exceed while showing the actual value in the legend. This will work.

 

Thanks, Sean

 

smile.gif

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now