LS,

Thanks all for the valuable work on Forena, works great.

Our case: To visualize any deviations in a set of measurements, we would like to plot a measured point in or out of a 'normal' range.

We are thinking about plotting the normal range with a floating bar and the measured value as a cross or point in our outside the floating bar.

Unfortunately we found the floating bar chart to be not supported.

How can we generate the floating bar chart?
Any other suggestions on how to get this done?

Thanks !

Leo

CommentFileSizeAuthor
#4 xy3.jpg12.57 KBLeoVe
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

LeoVe created an issue. See original summary.

metzlerd’s picture

Forena supports FloatingBarGraph as well as BoxAnWhisker graphs provided by PHP SVGGraph. It has always been my intention to support all graph types provided by PHP SVGGraph, so if you're having trouble with this, could you let me know what trouble you are experiencing?

metzlerd’s picture

It occurred to me that I don't know whether you are creating reports by hand in .frx or if you are using the WYSIWYG reporting option. Could you let me know how you are using Forena as well?

LeoVe’s picture

FileSize
12.57 KB

Metzlerd,

Thanks for your response.

We are using the .frx file.
We stopped trying to specify the HorizontalFloatingBarGraph because the Forena SVGGraph documentation stated that it (other graphs, including the HorizontalFloatingBarGraph) was not implemented, yet... If it is implemented though, we'll try it straight away!

What we are trying to do is to create a graph like the included jpeg. It's a measured value, in or out a green, "normal" range.

To set the green zone, I was thinking about using the FloatingBarGraph. And then, somehow, but I don't know how yet, plot the measured value in the same column.

Open to suggestions,

Thanks,

Leo

metzlerd’s picture

Do try it. The graph type is listed in the code for both floating bar and whisker, so I think it should work. I will get the documentation corrected.