Description

The Chart Tag Cloud Directive

Usage

as element:
<chart:tagcloud
       response="{object}"
       facet-name="{string}"
       [title="{string}"]
       [show="{number}"]
       [action="{string}"]
       [order="{string}"]>
</chart:tagcloud>

Directive info

  • This directive creates new scope.

Parameters

ParamTypeDetails
responseobjectA response object
facet-namestringFacet name to use from the response object
title (optional)stringThe title that should be displayed above the tag cloud.
show (optional)numberThe maximum number of values to show in the tag cloud. Defaults to 15.
action (optional)stringThe target resource to which the tag cloud query should submit.
order (optional)stringKey to order the data by, accepted values are val,-val,-count,-weight,count and weight.