Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
wade-wojcak
Contributor
Contributor

How can I change the axis labels for a Nebula Barchart?

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?

Labels (1)
  • API

1 Solution

Accepted Solutions
alex_colombo
Employee
Employee

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?

View solution in original post

1 Reply
alex_colombo
Employee
Employee

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?