Focal Point
Area Chart Drill Down Issue

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

May 07, 2014, 03:10 PM
TexasStingray
Area Chart Drill Down Issue
I have an area chart with drill down that is not providing an option for drilling down on the last area value(s). Anyone else run into this issue and have a workaround. here is a simple example:

APP PREPENDPATH IBISAMP

ENGINE INT CACHE SET ON

GRAPH FILE CAR
SUM CAR.BODY.DEALER_COST
CAR.BODY.RETAIL_COST
BY CAR.ORIGIN.COUNTRY
ON GRAPH PCHOLD FORMAT PNG
ON GRAPH SET VZERO OFF
ON GRAPH SET HTMLENCODE ON
ON GRAPH SET UNITS PIXELS
ON GRAPH SET HAXIS 770
ON GRAPH SET VAXIS 405
ON GRAPH SET GRMERGE ADVANCED
ON GRAPH SET GRMULTIGRAPH 0
ON GRAPH SET GRLEGEND 0
ON GRAPH SET GRXAXIS 1
ON GRAPH SET LOOKGRAPH VAREASTK
ON GRAPH SET STYLE *
*GRAPH_SCRIPT
setPieDepth(0);
setPieTilt(0);
setDepthRadius(0);
setCurveFitEquationDisplay(false);
setPlace(true);
*END
INCLUDE=IBFS:/FILE/IBI_HTML_DIR/javaassist/intl/EN/ENIADefault_combine.sty,$
TYPE=DATA, COLUMN=N2, TARGET='_self',JAVASCRIPT=alert( CAR.ORIGIN.COUNTRY ), $
*GRAPH_SCRIPT
setReportParsingErrors(false);
setSelectionEnableMove(false);
*END
ENDSTYLE
END
-RUN



How can one drill down on 'W GERMANY'

Scott
WF8x




Scott

Unfortunately, this isn't a "W GERMANY" issue. Try it with HIGHEST in your BY line and you'll see that you cannot drilldown on ENGLAND.
Confused
However, that beckons the question: How do you drilldown on the last item in the area chart?

PS: I removed the APP PREPENDPATH IBISAMP and ENGINE INT CACHE SET ON lines as I don't have ibisamp.
I found that if its a JSCHART the drill down works correctly. but i want a png.




Scott

png's are nice...