Focal Point
[SOLVED] Logarithmic Scale in Funnel Charts?

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/6557046786

August 31, 2017, 02:46 AM
Galante96
[SOLVED] Logarithmic Scale in Funnel Charts?
Hi! I'm trying to create a Funnel Graph in InfoAssist, but I can't use a logarithmic scale in it. Also, I tried to edit the .fex file and use the function
 setY1LogScale(true); 
and also I tried with
 axisname: { bIsLog: boolean } 
, but it also failed, so I don't know if it's actually possible to use a logarithmic scale in funnel charts. Does anyone know if it can be done?

Thanks in advance!

This message has been edited. Last edited by: Galante96,


WebFOCUS 8

Windows, All Outputs
September 05, 2017, 10:34 AM
FP Mod Chuck
Galaante96

I reached out to the product manager for charting and here is what he told me.

Funnel Charts in WF do not use the Y-Axis at all (they are actually sort of a triangular version of a pie chart). Therefore they do not understand or respond to the y-axis log y property.

He also said this..

Probably not what they want either, but you can point them to the WF 820X chart extension known as a Ratio chart in the very off chance it is useful to them.

https://github.com/ibi/wf-exte...master/com.ibi.ratio

It appears you will have to use some other chart type that supports Y axis scaling.


Thank you for using Focal Point!

Chuck Wolff - Focal Point Moderator
WebFOCUS 7x and 8x, Windows, Linux All output Formats
September 11, 2017, 03:25 AM
Galante96
Oh, it's a shame to read this, I'll try to use a HOLD to convert the data to a more suitable type for use the funnel (or I'll use another type that support y-axis scalling Sweating ).

I'll take a look of the Ratio Chart also, so thank you Chuck!


WebFOCUS 8

Windows, All Outputs