Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
C451 committed Dec 20, 2020
1 parent ece6506 commit 09603e9
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you create trading software - this lib is probably for you. If you like to ma
<br>

<div align="center">
<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">
<img width="720" heigth="420" src="https://github.com/tvjsx/trading-vue-js/blob/master/assets/V1.gif?raw=true" alt="White preview">
</div>

<br>
Expand Down Expand Up @@ -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~~
Expand Down
Binary file added assets/V1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/api/README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
4 changes: 4 additions & 0 deletions docs/api/STDLIB.md
Original file line number Diff line number Diff line change
@@ -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

<dl>
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/EXTENSIONS.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/OVERLAYS.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/SCRIPTS.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
3 changes: 2 additions & 1 deletion docs/overlays/README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 09603e9

Please sign in to comment.