As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only. Moving forward, myibi is our community platform to learn, share, and collaborate. We have the same Focal Point forum categories in myibi, so you can continue to have all new conversations there. If you need access to myibi, contact us at myibi@ibi.com and provide your corporate email address, company, and name.
I am trying to get the JSCHART Column Labels to be on the bottom of my graph instead of on the top. Can anyone explain how to accomplish this? I have included an example in the CAR file below:
GRAPH FILE CAR
SUM SALES
BY COUNTRY
BY SEATS
ON GRAPH PCHOLD FORMAT JSCHART
ON GRAPH SET VZERO OFF
ON GRAPH SET GRWIDTH 1
ON GRAPH SET AUTOFIT ON
ON GRAPH SET LOOKGRAPH BAR
ON GRAPH SET AUTOFIT ON
ON GRAPH SET STYLE *
*GRAPH_SCRIPT
*END
INCLUDE=IBFS:/FILE/IBI_HTML_DIR/ibi_themes/Warm.sty,$
TYPE=DATA, COLUMN=N1, BUCKET=column, $
TYPE=DATA, COLUMN=N2, BUCKET=column, $
TYPE=DATA, COLUMN=N3, BUCKET=y-axis, $
*GRAPH_SCRIPT
*END
ENDSTYLE
END
I've been trying to dissect the API and get a better handle on that stuff. You mean the GRAPH_JS_FINAL portion of code, right?
Do you have any resources that you could point me to to get a handle on this? I've tried identifying portions such as "SERIES" and "Matrix" and attributing "Position" = bottom but that didn't seem to do the trick for me.