diff --git a/node-red-node-ui-vega/README.md b/node-red-node-ui-vega/README.md index 46e0970..31dafac 100644 --- a/node-red-node-ui-vega/README.md +++ b/node-red-node-ui-vega/README.md @@ -1,14 +1,16 @@ node-red-node-ui-vega ===================== -Node-RED Dashboard widget node for declarative data visualization using [Vega visualization grammar](https://vega.github.io/vega/). +A Node-RED Dashboard widget node for declarative data visualization using [Vega visualization grammar](https://vega.github.io/vega/). It also support the Vega-lite specification. ![Vega Node Examples](https://raw.githubusercontent.com/node-red/node-red-ui-nodes/master/node-red-node-ui-vega/figs/vega-example.png) +**Note**: This node requires a live internet connection in order to load the required libraries via CDN. + Install ------- -Run the following command in your Node-RED user directory - typically `~/.node-red` +Either use the Editor - Menu - Manage Palette - Install option, or run the following command in your Node-RED user directory (typically `~/.node-red`) after installing Node-RED-dashboard. npm install node-red-node-ui-vega @@ -27,6 +29,6 @@ Vega/Vega-Lite specification in JSON format can be specified on node settings me Example ------- -You can find some examples of Vega node from Node-RED editor menu: +There are several examples that you can import from the Node-RED editor menu: -**Import > Examples > ui vega** +**Import > Examples > node-red-node-ui-vega** diff --git a/node-red-node-ui-vega/locales/en-US/ui_vega.html b/node-red-node-ui-vega/locales/en-US/ui_vega.html index d8e63f6..ded550f 100644 --- a/node-red-node-ui-vega/locales/en-US/ui_vega.html +++ b/node-red-node-ui-vega/locales/en-US/ui_vega.html @@ -1,14 +1,16 @@