Skip to content
Advertisement

How can i get rid of “” in JSON format?

I am trying to represent JSON formated data Using React library Victory here it is.

example of component:

JavaScript

but I get my data from API in JSON format

notice format of data:

JavaScript

What type of array is used in first fragment?

And how can I make it from the second?

Advertisement

Answer

Use data.historical as the array in your component.

User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement