Jump to content

Unable to plot graph with array data in JSON datasource


saurabh.agarwal

Recommended Posts

Hi,

I am trying to create graph in JS Studio with JSON as data source. The graph data is in following format in JSON:

"graph_data" :{
   "name" : ["xyz","abc","def"],
"value" : [-15100,15000,20000]
 },
 
I am unable to plot a graph with this data because "value" field is being read as String.
 
Is there is way to plot a bar chart with this data without changing the input data format?
Link to comment
Share on other sites

  • 2 years later...
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...