commish22

Looking For A Good Match...

Recommended Posts

I am attempting to leverage one of the off the shelf Fusion graphs to mimic (as much as possible) a graph that we use currently.

 

The graph can be found here: http://www.hospitalcompare.hhs.gov/Graphs/Hospital-OOCGraph.aspx?hid=450097,450358,450686&stype=GENERAL&mCode=MORT&MTorAM=MORT.

 

In searching through the suite of products, I was unable to find an exact match but I may be looking in the wrong place.

 

This does not need to be exact, but we do need a product that supports:

1. Upper bound

2. Lower bound

3. Value between the upper and lower bound. This value should also be able to contain the words (Better than US National Rate, No Different than US National Rate, or Worse than US National Rate)

4. National average line indicator. This average would apply across multiple data sets.

 

Does Fusion have something that can support these requirements? Thanks in advance for your assistance.

Share this post


Link to post
Share on other sites
Guest Sumedh

Greetings, smile.gif

 

You can use Bar2D chart for your requirement.

 

For upper bound and lower bound you can set 'yAxisMinValue' and 'yAxisMaxValue' attributes.

 

You can customize the datavalues, and display it as a string for it, like ex "Name".

 

You can also show indicators like 'trendzone' and 'trendlines' on the chart.

 

You can apply styles to make it more interactive.

 

Please read more about Bar2D chart: http://docs.fusioncharts.com/charts/contents/?ChartSS/Bar2D.html

 

For live demo: http://www.fusioncharts.com/demos/gallery/#column-and-bar

 

Also, please find attached screenshot for your reference

 

Hope this helps. smile.gif

post-24802-0-82395500-1330086893_thumb.jpg

Share this post


Link to post
Share on other sites

Thanks Sumedh! I'll let you know how it turns out or if I run into any other roadblocks. Thanks for taking the time to help me out.

 

 

Greetings, smile.gif

 

You can use Bar2D chart for your requirement.

 

For upper bound and lower bound you can set 'yAxisMinValue' and 'yAxisMaxValue' attributes.

 

You can customize the datavalues, and display it as a string for it, like ex "Name".

 

You can also show indicators like 'trendzone' and 'trendlines' on the chart.

 

You can apply styles to make it more interactive.

 

Please read more about Bar2D chart: http://docs.fusionch...rtSS/Bar2D.html

 

For live demo: http://www.fusioncha...#column-and-bar

 

Also, please find attached screenshot for your reference

 

Hope this helps. smile.gif

Share this post


Link to post
Share on other sites

Hi Sumedh,

 

Based on your suggestion, we were able to specify the graph min and high values (0% to 40%) on a bar2d graph. However, the main functionality we wanted to retain from the original graph was the ability to specify three different values for each hospitals; lower bound, higher bound and actual values as depicted in the attachment below. After reading the bar2d Chart documentation, all we we are able to create is a bar that starts from the initial x axis, in this case 10%, to the actual value 17.1% in the attached Bayshore hospital example. Is there any way we can start from a dynamic lower bound and finish with a dynamic upper bound with 2D graph or any other comparable fusion chart. If so, would you be kind enough in creating a small prototype for us and also include a possible JSON data format that we can use an example?

 

Thanks, You quick response is greatly appreciated.

 

Sure...Do let us know if you require any help.:D

 

We are glad to assist you.

post-27549-0-70729200-1331180466_thumb.jpg

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi,

 

The feature which you are trying to achieve is not possible.

 

Setting lower bounds and upper bounds dynamically, is not possible.

 

Thanks for your time and support.

Share this post


Link to post
Share on other sites

Hi,

 

Are you saying that setting lower bounds and upper bounds dynamically is not possible on the 2D chart? Or any chart? Our needs don't necessarily have to be in the same format as the 2D chart, so if any other format supports this feature, I would definitely want to know. Thanks for your help.

 

 

Hi,

 

The feature which you are trying to achieve is not possible.

 

Setting lower bounds and upper bounds dynamically, is not possible.

 

Thanks for your time and support.

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi,

 

Apologies for the miscommunication.

 

Manipulation of data is not possible, as of now.

 

For displaying data dynamically, you would need to manipulate and customize your own code (using server-side technologies), so that you can pass this generated data in XML to plot the chart.

 

Hope this helps.

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