Hi! Is is possible to extend Table with custom cel...
# gd-beginners
m
Hi! Is is possible to extend Table with custom cell visualizations? I would like to display percentage values as progress bars or stacked bars. Is it possible to ie. write custom plugin or extend Table component with custom cell renderers?
m
Hi Marek, you can use the Number format editor to configure how numbers appear in your insights. For example, you can use UTF-8 characters to create bar displays. In the following example, a bar display is defined for metric’s values between 0.0 and 1.0:
Copy code
[>=.9][color=2190c0]██████████;
[>=.8][color=2190c0]█████████░;
[>=.7][color=2190c0]████████░░;
[>=.6][color=2190c0]███████░░░;
[>=.5][color=2190c0]██████░░░░;
[>=.4][color=2190c0]█████░░░░░;
[>=.3][color=2190c0]████░░░░░░;
[>=.2][color=2190c0]███░░░░░░░;
[>=.1][color=2190c0]██░░░░░░░░;
[color=2190c0]█░░░░░░░░░
More details on number formatting can be found here: https://help.gooddata.com/doc/enterprise/en/dashboards-and-insights/formatting-numbers-in-insights/