At the moment, there is no dedicated per specification configuration available, other than the facets. For instance, at the moment the resolution, i.e. the number of points queried for density line plots (facet "marginals") and contour plots (facet "density") is only configurable in a global setting. We need a per specification configuration. Also, this config should distinguish between data and model queries.
[x] add config state to the specification
[x] use this config for actual queries to test how it propagates to the backend to confirm that there are no unforeseen complications
[x] implement UI for new config section in the specification
[x] forward KDE bandwidth
[x] issue: I chose to set the bandwidth as a stateful configuration. This leads to a failure of caching... This appears to be a general problem with any stateful change to a model.
At the moment, there is no dedicated per specification configuration available, other than the facets. For instance, at the moment the resolution, i.e. the number of points queried for density line plots (facet "marginals") and contour plots (facet "density") is only configurable in a global setting. We need a per specification configuration. Also, this config should distinguish between data and model queries.