Greetings, quick Goodata UI question here... Anyo...
# gooddata-ui
v
Greetings, quick Goodata UI question here... Anyone know how to force the x axis to display a range of min/max values, even if there are no data values for the position? For instance, if I want to display a chart for 0-23 hours? So far, the
ChartConfig
xaxis.max is respected, but the xaxis.min is not. See here how the min is at 03:
Copy code
xaxis: {
          min: "00",
          max: "23"
        },
t
Hello @Vincil Bishop, this is likely not an issue with GoodData.UI, but consequence of how the analytics engine works. Please check if IFNULL statement could help you. https://community.gooddata.com/metrics-and-maql-57/null-column-529
v
ah thanks... let me try that