Problem displaying variable values

Hi there, we are making queries in Flux to retrieve tag values from Influxv2. In Influx, the following query shows us about 1000 values:

import “influxdata/influxdb/v1”
v1.tagValues(
bucket: “test”,
tag: “site”,
predicate: (r) => true,
start: -30d
)

In Grafana, the display of the values of this tag only shows the first 200 values. How can we remedy this to display all the values? Is there a parameter to modify?
Thank you for your answers.

I just wanted to know if you have made any progress as we’re also facing the same problem.