When I create a bar graph the labels on the category axis all only show up if I make the graph really wide.
Values are fine just the labels. What can I do to make all of them show, with out making the graph too wide?
Hi @datacenter,
After expanding the script, try adding the following line in the “// Bar or Line chart” section:
json.categoryAxis = { forceShowField: "category" };
I’ll create a ticket to see if we can add that by default (assuming it works for you).
This worked perfectly, thanks.