Focal Point
[CLOSED] Gap between bar and data text in graph

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

September 04, 2020, 04:04 PM
WebFOCUS_Dev
[CLOSED] Gap between bar and data text in graph
Hello all

Below is my graph code with CAR file. I would like to know if there is any possibility to increase gap between bars and data text?
GRAPH FILE CAR
SUM 
	DEALER_COST
	RETAIL_COST
BY COUNTRY
ON GRAPH PCHOLD FORMAT PDF
ON GRAPH SET VZERO OFF
ON GRAPH SET UNITS INCHES
ON GRAPH SET HAXIS 8
ON GRAPH SET VAXIS 3
ON GRAPH SET GRMERGE ADVANCED
ON GRAPH SET GRMULTIGRAPH 0
ON GRAPH SET GRLEGEND 0
ON GRAPH SET GRXAXIS 1
ON GRAPH SET LOOKGRAPH HBRSTK1
ON GRAPH SET STYLE *
*GRAPH_SCRIPT
setPieDepth(0);
setPieTilt(0);
setDepthRadius(0);
setReportParsingErrors(false);
setSelectionEnableMove(false);
*END
INCLUDE=IBFS:/FILE/IBI_HTML_DIR/ibi_themes/Warm.sty,$
*GRAPH_SCRIPT
setDisplay(getDataTextStackedTotalOnTop(), true);
setUseDataTextStackTotalOnTopFormat(true);
setTextFormatPreset(getDataTextStackedTotalOnTop(),6);
setFontName(getDataTextStackedTotalOnTop(),"OPEN SANS");
setFontSizeAbsolute(getDataTextStackedTotalOnTop(),true);
setAutofit(getDataTextStackedTotalOnTop(),false);
setFontSizeInPoints(getDataTextStackedTotalOnTop(),8);
setPlaceResize(getDataTextStackedTotalOnTop(),0);
setFontStyle(getDataTextStackedTotalOnTop(),0);
*GRAPH_JS_FINAL
"pieProperties": { "holeSize": "0%" },
"blaProperties": { "seriesLayout": "stacked", "orientation": "horizontal" },
"agnosticSettings": { "chartTypeFullName": "Bar_Stacked_Horizontal" }
*END
ENDSTYLE
END

Please suggest. Thank you.

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


WebFOCUS 8206
All formats
September 11, 2020, 12:27 PM
FP Mod Chuck
WebFOCUS Dev

I ran your report and understand what you need but I don't know of a way to do that. Since no one else has provided any guidance I suggest you open a case with techsupport.


Thank you for using Focal Point!

Chuck Wolff - Focal Point Moderator
WebFOCUS 7x and 8x, Windows, Linux All output Formats