From 125b183a2771045ecf0bdfa8fadb20e146a23071 Mon Sep 17 00:00:00 2001 From: Duncan Clarke Date: Fri, 13 Sep 2019 10:05:02 -0400 Subject: [PATCH] add wChart (#1166) --- packages.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 48aafbc..cbbfe63 100644 --- a/packages.json +++ b/packages.json @@ -14293,11 +14293,28 @@ "library", "windows", "gui", - "ui" + "ui", + "wnim" ], "description": "Grid plugin for wNim.", "license": "MIT", "web": "https://github.com/bunkford/wZeeGrid", "doc": "https://bunkford.github.io/wZeeGrid/wZeeGrid.html" + }, + { + "name": "wChart", + "url": "https://github.com/bunkford/wChart", + "method": "git", + "tags": [ + "library", + "windows", + "gui", + "ui", + "wnim" + ], + "description": "Chart plugin for wNim.", + "license": "MIT", + "web": "https://github.com/bunkford/wChart", + "doc": "https://bunkford.github.io/wChart/wChart.html" } ]