Heatmap Hover Character Limit

Options
OliverLange
OliverLange Member
edited September 2023 in Charting

Have a customer that is working with heatmaps and noticed that when he increased the characters in the hover the information disappeared. They wanted to know if there is a character limit that is inplace for the hover picture and if there is a path forward they should take to include more information.

Thanks!

Tagged:

Answers

  • pauljames
    pauljames Contributor
    edited September 2023
    Options

    Hi Oliver, I've had similar issues before but with calendars. You might need to create a magic ETL or beast mode to ensure the characters you want in the hover text are the right ones. You could try making categories with a beast mode. i.e. CASE WHEN 'insert column' LIKE '%insert characters%' THEN 'insert new category name' ELSE 'insert other category name' END. Not sure if what you're looking for but will help with limiting characters in hover text to fit.

    IF I SOLVED YOUR PROBLEM, PLEASE "ACCEPT" MY ANSWER AS A SOLUTION. THANK YOU!