Tag Cloud Dataset component using PowerApps Component Framework, React and Office Fabric UI
This is the list of parameters that can be set on the control
- NameAttribute : Name of the tag (dataset attribute)
- NumberAttribute :Number that will be transformed in tag size (dataset attribute)
- Enable Tag Size : Possible values 0/1. If set to 1 tags will have different size. NumberAttribute, Min Size and Max Size should be provided if set to 1.
- Min Size : Minimum size of tag in pixels (default 20)
- Max Size : Maximum size of tag in pixels (default 50)
- Enable Animation : Possible values 0/1. If set to 1 tag cloud will be animated
- Reanimation Time : Cloud wil be reanimated after this time value (in milliseconds) (default 5000)
- Add ability to change main color of cloud
- Add ability to randomize colors
- Add total records counter
- Add current records counter
Have new ideas about improving this component? Submit them as an idea issue and I will try to implement them.