You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.
In this case this does not work (at least I couldn't get it to work) because you end up with something like exclude(seriesList, "myregex") but it should look like exclude(seriesList, "\myregex").
Not sure if this is currently possible due to the double quotes required by exclude. Is there a way to escape quotes from the :data definition?
From the graphte doc:
exclude(seriesList, pattern)
The text was updated successfully, but these errors were encountered: