Simple query of locations and the total number of WiFi sessions per location.
X is location
Y is total count
I can’t get the location to display on the X axis…
Here’s an example of what I’m expecting…
Simple query of locations and the total number of WiFi sessions per location.
X is location
Y is total count
I can’t get the location to display on the X axis…
Here’s an example of what I’m expecting…
Here’s a hover over, you’ll see it shows the count but not the x series label:
If I switch the chart to pie tho, it shows the count and the label:
so, this is a spacing issue… i guess the names were too long. the names in the second image above disappeared today so I guess maybe it had something to do with the name length and chart size. Resize the chart and the name appears. I used substr in query to shorten the name to 15 characters… hopefully that’s enough to keep the names visible.