Markéta Jedličková
06/10/2026, 10:34 AMkapa.ai
06/10/2026, 10:35 AM0, 1, 1, 1, 1, 2, 2, 2, 3, 3, 3 instead of 0, 1, 2, 3), as visible in your screenshot.
Possible workarounds based on available documentation:
1. Set explicit axis min/max values — You can constrain the X-axis scale using config.xaxis.min and config.xaxis.max via the GoodData.UI SDK, which may reduce the number of ticks rendered: [Configure axes]
<InsightView
insight="<InsightView-id>"
config={{
xaxis: {
min: "0",
max: "3"
}
}}
/>
2. Set axis min/max in Analytical Designer — In the UI, go to Configuration > X-axis and set the Min and Max fields to your expected range. [Visualization Properties]
Recommended action:
I'd suggest reporting this as a bug to GoodData Support, as duplicate tick labels on small integer ranges is likely an unintended rendering behavior. The GoodData.UI SDK's `xaxis.min`/`xaxis.max` settings are the best available workaround in the meantime. [IAxisConfig properties] 👍 0 button 👎 0 button ℹ️ Tip: Mention @kapa.ai in the thread for follow-ups.
👀 Our Support team monitors all messages and will jump in if needed.Markéta Jedličková
06/10/2026, 10:40 AMMauricio Cabezas
06/10/2026, 10:53 AMMarkéta Jedličková
06/10/2026, 11:01 AMMauricio Cabezas
06/10/2026, 1:23 PMMauricio Cabezas
06/10/2026, 1:25 PMMauricio Cabezas
06/19/2026, 10:25 AMMarkéta Jedličková
06/19/2026, 12:09 PMMauricio Cabezas
06/19/2026, 12:21 PM