diff --git a/src/apps.json b/src/apps.json index 4b06a262f..60726e275 100755 --- a/src/apps.json +++ b/src/apps.json @@ -5665,6 +5665,16 @@ }, "website": "plone.org" }, + "Plotly": { + "cats": [ + 25 + ], + "icon": "Plotly.png", + "implies": "D3", + "env": "Plotly", + "script": "https?://cdn\\.plot\\.ly/plotly", + "website": "plot.ly/javascript/" + }, "Plura": { "cats": [ 19 diff --git a/src/icons/Plotly.png b/src/icons/Plotly.png new file mode 100644 index 000000000..20f7b24d8 Binary files /dev/null and b/src/icons/Plotly.png differ