duneanalytics/docs

Passing parameters to embedded chart?

Closed this issue · 0 comments

I have the following query which supports 2 parameters:
https://duneanalytics.com/queries/85255?limit=100&days=30

However, the embedded version doesn't seem to support GET query parameters?
https://duneanalytics.com/embeds/85255/170174/e76617da-af8d-42a7-ad4e-6e9f927e706c?limit_=1&days=1
(limit_ & days ignored)

Is this possible? I could not find a documentation for this. if it is not possible, could you please add this feature? :)