Martin Yergeau Posted September 19 Share Posted September 19 (edited) Hi, I have a multi-pie chart that render as I wish when ran by itself. Meaning that I have 4 pie per row squeezed within about a width of 6 inches. However, when I add the fex into a portal (8204), it still have 4 pie per row but they takes about 12 inches each. Meaning that I have to scroll left/right to see them all. What is missing ? ENGINE INT CACHE SET ON SET PAGE-NUM=NOLEAD SET HTMLENCODE=ON SET ARGRAPHENGINE=JSCHART SET EMBEDHEADING=ON SET GRAPHDEFAULT=OFF -DEFAULTH &WF_STYLE_UNITS='PIXELS'; -DEFAULTH &WF_STYLE_HEIGHT='180.0'; -DEFAULTH &WF_STYLE_WIDTH='150.0'; GRAPH FILE RPTDATA SUM MEAS/P12C AS '' BY AGINGWK NOPRINT BY CAT1CODE ON GRAPH PCHOLD FORMAT JSCHART ON GRAPH SET VZERO OFF ON GRAPH SET GRWIDTH 4 ON GRAPH SET UNITS &WF_STYLE_UNITS ON GRAPH SET HAXIS &WF_STYLE_WIDTH ON GRAPH SET VAXIS &WF_STYLE_HEIGHT ON GRAPH SET LOOKGRAPH PIE ON GRAPH SET AUTOFIT ON ON GRAPH SET STYLE * *GRAPH_SCRIPT setPieDepth(0); setPieTilt(0); setDepthRadius(0); setPlace(true); setCurveFitEquationDisplay(false); setPieFeelerTextDisplay(1); *END *GRAPH_JS_FINAL "pieProperties": { holeSize: "60%", totalLabel: {visible: true, font: 'Bold 12pt Sans-Serif', color: 'rgb(23,86,62)', numberFormat: '{{auto}}'} }, "agnosticSettings": { "chartTypeFullName": "Pie_Multi" } *END ENDSTYLE END Expected On portal Edited September 19 by Martin Yergeau Link to comment Share on other sites More sharing options...
Martin Yergeau Posted September 23 Author Share Posted September 23 Even have tried with a regular bar chart and similar result where the four bar charts per row takes large space to display (need to scroll left / right) to see them all where when the report it ran alone they all fit in desired area of about 6 inches Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now