- 09 Oct, 2021 1 commit
-
-
20after4 authored
-
- 06 Oct, 2021 1 commit
-
-
20after4 authored
-
- 29 Sep, 2021 1 commit
-
-
20after4 authored
* Proof of concept: Adds a new render_custom_dashboard_chart hook and a new 'custom' rendering engine type. The new hook can be used by other datasette plugins to render custom charts. * Also added a "select" type dashboard filter that populates it's list of options from a query supplied in the plugin config metadata. Example `render_custom_dashboard_chart` hook: ```python @hookimpl async def render_custom_dashboard_chart(chart_display): return "<h3>test <b>1</b> 2 3</h3>" ``` Example query filter config: ```yaml plugins: datasette-dashboards: project-metrics: title: Data³ - workflow metrics description: Metrics about projects, tasks and workflows layout: - [ custom-chart-display, custom-chart-display] - [project-events, column-metrics] - [project-tasks-state, project-tasks-state] - [task-states,task-states ] filters: project: name: Project type: select query: select phid as key, name as label from Project ```
-
- 25 Sep, 2021 4 commits
-
-
Romain Clement authored
-
Romain Clement authored
-
Romain Clement authored
-
Romain Clement authored
-
- 11 Aug, 2021 2 commits
-
-
Romain Clement authored
-
Romain Clement authored
-
- 10 Aug, 2021 5 commits
-
-
Renovate Bot authored
-
Romain Clement authored
-
Romain Clement authored
-
Romain Clement authored
-
Romain Clement authored
-
- 19 Jun, 2021 3 commits
-
-
Romain Clement authored
-
Romain Clement authored
-
Romain Clement authored
-
- 17 Jun, 2021 1 commit
-
-
Romain Clement authored
-
- 05 Jun, 2021 1 commit
-
-
Romain Clement authored
-
- 31 May, 2021 2 commits
-
-
Romain Clement authored
Default Python JSON encoder does not support dates
-
Romain Clement authored
-
- 23 May, 2021 3 commits
-
-
Romain Clement authored
-
Romain Clement authored
-
Romain Clement authored
-
- 17 May, 2021 1 commit
-
-
Romain Clement authored
-
- 10 May, 2021 3 commits
-
-
Romain Clement authored
-
Romain Clement authored
-
Romain Clement authored
-
- 08 May, 2021 2 commits
-
-
Romain Clement authored
-
Romain Clement authored
-
- 03 May, 2021 2 commits
-
-
Romain Clement authored
-
Romain Clement authored
-
- 01 May, 2021 4 commits
-
-
Romain Clement authored
-
Romain Clement authored
-
Romain Clement authored
-
Romain Clement authored
-
- 30 Apr, 2021 4 commits
-
-
Romain Clement authored
-
Romain Clement authored
-
Romain Clement authored
-
Romain Clement authored
-