diff --git a/grafonnet/pie_chart_panel.libsonnet b/grafonnet/pie_chart_panel.libsonnet index 11719e10..26805ca8 100644 --- a/grafonnet/pie_chart_panel.libsonnet +++ b/grafonnet/pie_chart_panel.libsonnet @@ -41,7 +41,7 @@ repeatDirection=null, maxPerRow=null, ):: { - type: 'grafana-piechart-panel', + type: 'piechart', [if description != null then 'description']: description, pieType: pieType, title: title,