Skip to content

Commit 89d49a6

Browse files
authored
Merge pull request #5010 from PrimozGodec/fix-missing-lineplot-doc-json
Adding missing Bar Plot widget to widgets.json
2 parents 2c32d99 + 5d4afca commit 89d49a6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/widgets.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,15 @@
341341
"background": "#FFB7B1",
342342
"keywords": []
343343
},
344+
{
345+
"text": "Bar Plot",
346+
"doc": null,
347+
"icon": "../Orange/widgets/visualize/icons/BarPlot.svg",
348+
"background": "#FFB7B1",
349+
"keywords": [
350+
"chart"
351+
]
352+
},
344353
{
345354
"text": "Sieve Diagram",
346355
"doc": "visual-programming/source/widgets/visualize/sievediagram.md",

0 commit comments

Comments
 (0)