Hi don't think that it's an issue.
I think that the selected font is the maximum used font. Then depending on available spaces JSCHART (HTML5) is reducing the font to be able to display the whole data.
I also think that hhen you execute from DevStudio the report is displayed with its real size according to ON GRAPH SET HAXIS &WF_STYLE_WIDTH and ON GRAPH SET VAXIS &WF_STYLE_HEIGHT
When it's from the portal/dashboard it use the frame space.
I have the following in my donut graph and the font size change anyway when some value are taking "more" spaces then other.
*GRAPH_JS_FINAL
"pieProperties": {
holeSize: "40%",
totalLabel: {visible: true, font: 'Bold 12pt Sans-Serif', color: 'rgb(8,97,74)', numberFormat: '{{auto}} $'}
},
*END
Even playing with the hole size have no effect. The totalLabel is probably taking a % of the hole size.
WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF
In Focus since 2007