diff --git a/README.md b/README.md index 448b68dd..7b12e29a 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ If you create trading software - this lib is probably for you. If you like to ma
- White preview + White preview

@@ -217,7 +217,7 @@ That's why the title doesn't lie: you can draw ANYTHING. * ~~Docs~~ * ~~Tests~~ -* Solve known issues (marked as 'TODO: IMPORTANT') +* ~~Solve known issues (marked as 'TODO: IMPORTANT')~~ [PARTIALLY] * ~~Performance improvements~~ * ~~Data-manipulation helpers~~ * ~~Add more built-in overlays~~ diff --git a/assets/V1.gif b/assets/V1.gif new file mode 100644 index 00000000..316b1024 Binary files /dev/null and b/assets/V1.gif differ diff --git a/docs/api/README.md b/docs/api/README.md index dd919263..1706fc36 100644 --- a/docs/api/README.md +++ b/docs/api/README.md @@ -1,6 +1,6 @@ # API Book -This guide version is **0.10.0** +This guide version is **1.0.0** ![npm](https://img.shields.io/npm/v/trading-vue-js.svg?color=brightgreen&label=Current%20lib%20version) diff --git a/docs/api/STDLIB.md b/docs/api/STDLIB.md index c944a494..13d8de5a 100644 --- a/docs/api/STDLIB.md +++ b/docs/api/STDLIB.md @@ -1,6 +1,10 @@ # Std-lib (Scripts) +This guide version is **1.0.0** + +![npm](https://img.shields.io/npm/v/trading-vue-js.svg?color=brightgreen&label=Current%20lib%20version) + ## Functions
diff --git a/docs/guide/EXTENSIONS.md b/docs/guide/EXTENSIONS.md index 210a8744..3d911c57 100644 --- a/docs/guide/EXTENSIONS.md +++ b/docs/guide/EXTENSIONS.md @@ -1,7 +1,7 @@ # Extensions Guide -This guide's version is **0.10.0** +This guide's version is **1.0.0** ![npm](https://img.shields.io/npm/v/trading-vue-js.svg?color=brightgreen&label=Current%20lib%20version) diff --git a/docs/guide/OVERLAYS.md b/docs/guide/OVERLAYS.md index 7fe74418..d2f3465e 100644 --- a/docs/guide/OVERLAYS.md +++ b/docs/guide/OVERLAYS.md @@ -1,6 +1,6 @@ # Overlays Guide -This guide's version is **1.0.0-rc.1** +This guide's version is **1.0.0** ![npm](https://img.shields.io/npm/v/trading-vue-js.svg?color=brightgreen&label=Current%20lib%20version) diff --git a/docs/guide/README.md b/docs/guide/README.md index 779bb3d6..07d136ed 100644 --- a/docs/guide/README.md +++ b/docs/guide/README.md @@ -1,6 +1,6 @@ # Getting Started -This guide's version is **0.10.0** +This guide's version is **1.0.0** ![npm](https://img.shields.io/npm/v/trading-vue-js.svg?color=brightgreen&label=Current%20lib%20version) diff --git a/docs/guide/SCRIPTS.md b/docs/guide/SCRIPTS.md index 28935568..3fa7b387 100644 --- a/docs/guide/SCRIPTS.md +++ b/docs/guide/SCRIPTS.md @@ -1,6 +1,6 @@ # Scripts: Brief Intro -This guide's version is **0.10.0** +This guide's version is **1.0.0** ![npm](https://img.shields.io/npm/v/trading-vue-js.svg?color=brightgreen&label=Current%20lib%20version) diff --git a/docs/overlays/README.md b/docs/overlays/README.md index 1a825660..96a0b132 100644 --- a/docs/overlays/README.md +++ b/docs/overlays/README.md @@ -1,6 +1,6 @@ # Built-in Overlays -This guide's version is **0.10.0** +This guide's version is **1.0.0** ![npm](https://img.shields.io/npm/v/trading-vue-js.svg?color=brightgreen&label=Current%20lib%20version) @@ -157,6 +157,7 @@ The Style object, if defined, overwrites all the color settings of a particular | lineWidth | Number | General line width, px | | lineWidths | Array of Numbers | Line widths, [px]| | colors | Array of Strings | Line colors, [hex] | +| skipNaN | Boolean | Skip NaN values, default = false | ## Channel