Skip to content

Commit

Permalink
DATASHADES-325 / disable chartjs for now, cause we didn't implement i…
Browse files Browse the repository at this point in the history
…t yet
  • Loading branch information
mutantsan committed May 14, 2024
1 parent 656173e commit 27e6db6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ckanext/charts/chart_builders/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@
def get_chart_engines() -> dict[str, type[BaseChartBuilder]]:
return {
"plotly": PlotlyBuilder,
"chartjs": ChartJSBuilder,
}

0 comments on commit 27e6db6

Please sign in to comment.