org.views.topic_chart

Functions

view_topic_chart(→ onegov.core.types.RenderData)

Shows the topic hierarchy of the site as an interactive chart.

view_topic_chart_json(→ onegov.core.types.JSON_ro)

Returns the topic hierarchy as a flat list of nodes, ready to be

Module Contents

org.views.topic_chart.view_topic_chart(self: onegov.org.models.Organisation, request: onegov.org.request.OrgRequest, layout: onegov.org.layout.DefaultLayout | None = None) onegov.core.types.RenderData[source]

Shows the topic hierarchy of the site as an interactive chart.

org.views.topic_chart.view_topic_chart_json(self: onegov.org.models.Organisation, request: onegov.org.request.OrgRequest) onegov.core.types.JSON_ro[source]

Returns the topic hierarchy as a flat list of nodes, ready to be consumed by d3-org-chart.