Hi there, and thanks for your reply. Apologies but I feel that I misspoke in describing what I was looking for.
What I'm interested in is specifying a unique color for each column in a column chart, or each bar in a bar chart, or each line in a line chart, etc. So just something like this:
https://jsfiddle.net/DwW3m/ (except that I might want each column to be a different color instead of using a "rotation" of just 3 colors).
As I mentioned in my original post, I've seen examples like the one above when data for the chart is defined in a "series" but I think my issue is that I'm using a connector to pull the data and my attempts at colorizing columns etc. have as of yet been unsuccessful. Please note that I am just learning the workings of Highcharts and I may very well be missing some fundamental understanding of things here. I do find myself somewhat confused by chart data definition options... defining series vs. using a connector. What I'm using right now to pull data is a connector like the code in the attachment (I originally copy / pasted it in here, but Cloudfare was blocking my post).
This is the way that I understand that I need to pull data for my charts dynamically via queries from our database, but if there is a better way then I'm wide open to it. If a connector is the way to go then I just need to figure out how to incorporate colorization into this data pull.
Thanks!