Skip to content
Snippets Groups Projects
Unverified Commit bf10c9b6 authored by Jeff Bruemmer's avatar Jeff Bruemmer Committed by GitHub
Browse files

links (#49127)

parent 82cf05ce
No related branches found
No related tags found
No related merge requests found
......@@ -46,4 +46,4 @@ To use a plugin on a per-component basis, pass the plugin as a prop to the compo
## Further reading
- [Interactive question plugins](./questions.md#interactive-question-plugins)
- [Dashboard plugins](./dashboards.md#interactive-dashboard-plugins)
- [Dashboard plugins](./dashboards.md#dashboard-plugins)
......@@ -44,7 +44,7 @@ Editable parameters are responsible for passing filter values from the embedded
### You can't disable parameters when the original question or dashboard requires a value
If the filter on a dashboard or question is set to [Always require a value](../dashboards/filters.md#requiring-a-filter), you won't be able to disable the parameter when embedding.
If the filter on a dashboard or question is set to [Always require a value](../dashboards/filters.md), you won't be able to disable the parameter when embedding.
## Populating an embedded filter widget with a default value
......@@ -122,7 +122,7 @@ You can use locked parameters to display filtered data based on attributes captu
Locked parameters will apply the selected filter values to your original dashboard or SQL question, but they won't be displayed as filter widgets on your embed. Locked parameters may also limit the values that are shown in your [editable filter widgets](#adding-a-filter-widget-to-a-static-embed).
If you just want to require a value for the parameter, you could set the filter as editable and configure the underlying question or dashboard to [always require a value](../dashboards/filters.md#requiring-a-filter).
If you just want to require a value for the parameter, you could set the filter as editable and configure the underlying question or dashboard to [always require a value](../dashboards/filters.md).
## Updating a locked parameter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment