Skip to content

Commit 81fe91a

Browse files
committed
Update docs
1 parent ac7804e commit 81fe91a

File tree

9 files changed

+13
-8
lines changed

9 files changed

+13
-8
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you create trading software - this lib is probably for you. If you like to ma
2020
<br>
2121

2222
<div align="center">
23-
<img width="780" heigth="446" src="https://github.com/tvjsx/trading-vue-js/blob/master/assets/README-new-preview.gif?raw=true" alt="White preview">
23+
<img width="720" heigth="420" src="https://github.com/tvjsx/trading-vue-js/blob/master/assets/V1.gif?raw=true" alt="White preview">
2424
</div>
2525

2626
<br>
@@ -217,7 +217,7 @@ That's why the title doesn't lie: you can draw ANYTHING.
217217

218218
* ~~Docs~~
219219
* ~~Tests~~
220-
* Solve known issues (marked as 'TODO: IMPORTANT')
220+
* ~~Solve known issues (marked as 'TODO: IMPORTANT')~~ [PARTIALLY]
221221
* ~~Performance improvements~~
222222
* ~~Data-manipulation helpers~~
223223
* ~~Add more built-in overlays~~

Diff for: assets/V1.gif

7.05 MB
Loading

Diff for: docs/api/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# API Book
22

3-
This guide version is **0.10.0**
3+
This guide version is **1.0.0**
44

55
![npm](https://img.shields.io/npm/v/trading-vue-js.svg?color=brightgreen&label=Current%20lib%20version)
66

Diff for: docs/api/STDLIB.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11

22
# Std-lib (Scripts)
33

4+
This guide version is **1.0.0**
5+
6+
![npm](https://img.shields.io/npm/v/trading-vue-js.svg?color=brightgreen&label=Current%20lib%20version)
7+
48
## Functions
59

610
<dl>

Diff for: docs/guide/EXTENSIONS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Extensions Guide
33

4-
This guide's version is **0.10.0**
4+
This guide's version is **1.0.0**
55

66
![npm](https://img.shields.io/npm/v/trading-vue-js.svg?color=brightgreen&label=Current%20lib%20version)
77

Diff for: docs/guide/OVERLAYS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Overlays Guide
22

3-
This guide's version is **1.0.0-rc.1**
3+
This guide's version is **1.0.0**
44

55
![npm](https://img.shields.io/npm/v/trading-vue-js.svg?color=brightgreen&label=Current%20lib%20version)
66

Diff for: docs/guide/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Getting Started
22

3-
This guide's version is **0.10.0**
3+
This guide's version is **1.0.0**
44

55
![npm](https://img.shields.io/npm/v/trading-vue-js.svg?color=brightgreen&label=Current%20lib%20version)
66

Diff for: docs/guide/SCRIPTS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Scripts: Brief Intro
22

3-
This guide's version is **0.10.0**
3+
This guide's version is **1.0.0**
44

55
![npm](https://img.shields.io/npm/v/trading-vue-js.svg?color=brightgreen&label=Current%20lib%20version)
66

Diff for: docs/overlays/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Built-in Overlays
22

3-
This guide's version is **0.10.0**
3+
This guide's version is **1.0.0**
44

55
![npm](https://img.shields.io/npm/v/trading-vue-js.svg?color=brightgreen&label=Current%20lib%20version)
66

@@ -157,6 +157,7 @@ The Style object, if defined, overwrites all the color settings of a particular
157157
| lineWidth | Number | General line width, px |
158158
| lineWidths | Array of Numbers | Line widths, [px]|
159159
| colors | Array of Strings | Line colors, [hex] |
160+
| skipNaN | Boolean | Skip NaN values, default = false |
160161

161162
## Channel
162163

0 commit comments

Comments
 (0)