Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I've looking at the Nebula Barchart documentation here: https://qlik.dev/apis/javascript/nebula-bar-chart
And following steps here to render a barchart on the fly: https://qlik.dev/embed/integrate-web-apps/build-a-simple-mashup and here: https://qlik.dev/embed/visualizations-to-embed/bar-chart/sn-bar-chart
What I can't seem to figure out is how to change the axis labels for the rendered bar chart. By default they show the dimension ID (Y) and measures formula (X), but I would much rather change these to human-readable text strings. Are there more examples or tutorials found somewhere?
Hi @wade-wojcak x axis labels are defined in the dimension used in the chart. If you are using a dimension with IDs, then chart will show these IDs. Could you please make an example or a screenshot about what you are trying to achieve?
Hi @wade-wojcak x axis labels are defined in the dimension used in the chart. If you are using a dimension with IDs, then chart will show these IDs. Could you please make an example or a screenshot about what you are trying to achieve?