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
I created a dashboard without the need for any filter, however it seems like the url to be used as src in iframe requires a filter as in ../chart-name/embed?filter_name=value coz simply using ../chart-name/embed or even ./chart-name/embed?dummy returns 404 error.
@hendralinux: sorry but I cannot reproduce your issue. Could you provide a minimal reproducible sample (metadata.yml, html template) for the issue you are experiencing?
FYI, I tried to reproduce the issue with a minimal example:
For instance here is a basic dashboard without any filters containing a single chart:
datasette-dashboards:
test-dashboard:
title: Test Dashboarddescription: Some descriptioncharts:
test-chart:
title: Total number of offersdb: jobsquery: >- SELECT count(*) as count FROM offers_viewlibrary: metricdisplay:
field: countprefix:
suffix: " offers"
And then in a HTML template, an iframe to embedded the chart:
I created a dashboard without the need for any filter, however it seems like the url to be used as src in iframe requires a filter as in ../chart-name/embed?filter_name=value coz simply using ../chart-name/embed or even ./chart-name/embed?dummy returns 404 error.
From sample metadata:
The text was updated successfully, but these errors were encountered: