Focal Point
[CLOSED]Tagcloud - limit?

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

July 07, 2016, 01:15 PM
Mike in DeLand
[CLOSED]Tagcloud - limit?
I'm experimenting with a tagcloud. My file will have 107 plot points, and I'm not seeing all of them in the tag cloud. There are about 60 with small values, so it looks like it's dropping a lot of the small values out. Is there a limit? I've not found anything in the documentation about limits. Thanks.

This message has been edited. Last edited by: <Emily McAllister>,


Webfocus 8
Windows, Linux
July 07, 2016, 01:27 PM
Squatch
It looks like the default limit may be 50, but it can be changed:

Tag Cloud Limit

I think you can up the limit like this:

DEFINE FILE GGSALES
PROFIT/D12.2= DOLLARS-BUDDOLLARS ;
END
GRAPH FILE GGSALES
SUM PROFIT UNITS
BY PRODUCT
ON GRAPH PCHOLD FORMAT JSCHART
ON GRAPH SET LOOKGRAPH TAGCLOUD
ON GRAPH SET STYLE *
*GRAPH_JS
yaxis: {colorScale: {
colors: ['red', 'black', 'green', 'blue', 'purple']
}
},
tagcloudProperties: { maxNumberOfTags: 120 }
*END
ENDSTYLE
END
-RUN



App Studio
WebFOCUS 8.1.05M
Windows, All Outputs