Focal Point
[CLOSED] Active report PIE chart ONCLICK FILTER issue (In Browser)

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

September 17, 2018, 11:20 PM
subbu_088
[CLOSED] Active report PIE chart ONCLICK FILTER issue (In Browser)
Hi,


I am facing an issue when I create a PIE chart in ACTIVE HTML format output.

When I click on the pie slice it will show the information of the slice along with FILTER OPTIONS like Filter Chart & Exclude from Chart.

Issue facing:

In IE, when I clicked on the PIE slice, (for some slices esp. clicking on the top of the slice) that FILTER OPTIONS span is going OFF, however in GOOGLE CHROME it is working fine.

IE Version: 11.165.17134.0 Updated Versions: 11.0.75
Chrome Version: Version 67.0.3396.99 (Official Build) (64-bit)


Please let me know if we have any workarounds. Thanks in advance.

Below is the code.

   

ENGINE INT CACHE SET ON


-DEFAULTH &WF_STYLE_UNITS='PIXELS';
-DEFAULTH &WF_STYLE_HEIGHT='405.0';
-DEFAULTH &WF_STYLE_WIDTH='770.0';

-DEFAULTH &WF_TITLE='WebFOCUS Report';
GRAPH FILE ibisamp/car
-* Created by Info Assist for Graph
SUM CAR.BODY.SALES
BY CAR.ORIGIN.COUNTRY
ON GRAPH PCHOLD FORMAT AHTML
ON GRAPH SET HTMLENCODE ON
ON GRAPH SET GRAPHDEFAULT OFF
ON GRAPH SET ARGRAPHENGIN JSCHART
ON GRAPH SET VZERO OFF
ON GRAPH SET UNITS &WF_STYLE_UNITS
ON GRAPH SET HAXIS &WF_STYLE_WIDTH
ON GRAPH SET VAXIS &WF_STYLE_HEIGHT
ON GRAPH SET GRMERGE ADVANCED
ON GRAPH SET GRMULTIGRAPH 0
ON GRAPH SET GRLEGEND 0
ON GRAPH SET GRXAXIS 1
ON GRAPH SET LOOKGRAPH PIESINGL
ON GRAPH SET AUTOFIT ON
ON GRAPH SET STYLE *
*GRAPH_SCRIPT

setPieDepth(0);
setPieTilt(0);
setDepthRadius(0); 
setCurveFitEquationDisplay(false); 
setPlace(true); 
setPieFeelerTextDisplay(1); 

*END
INCLUDE=IBFS:/FILE/IBI_HTML_DIR/javaassist/intl/EN/ENIADefault_combine.sty,$
TYPE=REPORT, TITLETEXT=&WF_TITLE.QUOTEDSTRING, ARGRAPHENGINE=JSCHART, $
*GRAPH_SCRIPT
setReportParsingErrors(false);
setSelectionEnableMove(false);

*END
ENDSTYLE
END

-RUN

This message has been edited. Last edited by: FP Mod Chuck,


WebFOCUS 8.6
Windows, All Outputs
September 18, 2018, 08:00 AM
BabakNYC
I just ran your code in both IE (11.1266.15063.0 Update Version 11.080) as well as Chrome. Filter and Exclude are working the same.

I'm running WebFOCUS 8.203.


WebFOCUS 8206, Unix, Windows
September 18, 2018, 08:51 AM
subbu_088
Can you just try it WF 8104?

I am using WF 8104.
Version: 8104
Gen: 04072015
Packaging ID: AppStudio 8104_040915


WebFOCUS 8.6
Windows, All Outputs
September 18, 2018, 08:52 AM
BabakNYC
Unfortunately, I don't have access to that version anymore.


WebFOCUS 8206, Unix, Windows