I am working on connecting my dashboards to multiple end points and am successfully getting the column assignments to work for the series, but I want the xaxis to be linked to a column from the source as well, instead of writing out each of the data categories. The reason for this is when i implement a drilldown- the xaxis will flip to another field and I want that to carry over.
Is there a way to do this with the connector/column assignment? Thinking that I telling it which column is the "category" and it uses the unique values from that field. Also trying to avoid renaming the field in the end point return "category" to just use "categories"
This is the fiddle example i've been using to review the functionality:
https://jsfiddle.net/gh/get/library/pur ... nt-1d-data