signalk-polar-performance-plugin 0.0.19 → 0.0.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -15,6 +15,10 @@ The following paths are read
15
15
  ### Polar diagram
16
16
  The polar diagram can be configured through CSV notation as used on [ORC sailboat data](https://jieter.github.io/orc-data/site/).
17
17
 
18
+ The resulting polar after processing can be seen here in the WebApp, looking something like:
19
+ ![](https://raw.githubusercontent.com/htool/signalk-polar-performance-plugin/main/doc/BandG_polar.png)
20
+
21
+
18
22
  ### Plugin options
19
23
  In the plugin configuration you can toggle the following options:
20
24
  - Enable calculation/sending of beat/upwind and run/gybe/downwind angle
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "signalk-polar-performance-plugin",
3
- "version": "0.0.19",
3
+ "version": "0.0.20",
4
4
  "description": "A plugin that calculates performance information based on a (CSV) polar diagram.",
5
5
  "main": "plugin/index.js",
6
6
  "scripts": {