Skip to content

Commit

Permalink
fix: scatter and funnel chart options
Browse files Browse the repository at this point in the history
  • Loading branch information
nextchamp-saqib committed Aug 5, 2023
1 parent f68f8b2 commit 983843a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/widgets/widgets.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { defineAsyncComponent } from 'vue'

const VALID_CHARTS = ['Number', 'Line', 'Bar', 'Pie', 'Table', 'Progress']
const VALID_CHARTS = ['Number', 'Line', 'Bar', 'Pie', 'Table', 'Progress', 'Scatter', 'Funnel']

const WIDGETS = {
Number: {
Expand Down

0 comments on commit 983843a

Please sign in to comment.