All I want is to be able to add this simple PHP array to display in the X axis. It\'s not wanting to display my content at all and I\'m not understanding why.
An JSON Object is not the same as an js array. You would need to parse the code first. JSON.parse() or eval() might help parsing.
js_array = JSON.parse('');
as @user1477388 commented correctly