Skip to content

Retrieve Data by Query Name #157

Answered by ZuperZee
psheehymn asked this question in Q&A
Discussion options

You must be logged in to vote

Each series should have a refId

To get the series with the refId "A"

const seriesA = data.series.find(series => series.refId == "A");
console.log(seriesA);

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@psheehymn
Comment options

Answer selected by psheehymn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants