Skip to Main Content
HCL Connections Ideas Portal

Welcome to the HCL Connections Product Ideas Lab! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by the HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events, please visit our HCL Connections page.

Status Under Consideration
Created by Guest
Created on Mar 4, 2019

Tag cloud font-size bigger than 5

Customer would like to use font-size bigger than 5

If the community content tags have frequency greater than 5, they get the font-size 5 assigned and are not distinguished by size.

I checked the code in TagCloud.js (Connectionshost/xcc/js/widgets/TagCloud.js) which looks incorrect, because it assigns font-size 5 as described above.

fontSize = +(frequency),

if (fontSize > 5 ) {
fontSize = 5;
}

  • Attach files
  • Guest
    Reply
    |
    Jun 21, 2019

    All Widgets can be customized. You can easily replace the TagCloud.js with your own "Custom-TagCloud.js" and remove the lines that restrict the font-size to 5. 
    Let me know if you need help with that.

    Greetings,

    Christian Luxem 

  • Guest
    Reply
    |
    Mar 5, 2019

    Comment from customer: The design with hardcoded values is bad and not usable. With hardcoded values it will not behave as standard word cloud in most cases.