Skip to content

Commit

Permalink
Docs proofreading
Browse files Browse the repository at this point in the history
  • Loading branch information
timocov committed Aug 30, 2019
1 parent f7d0d26 commit 96594bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ const chart = createChart(document.body, {
#### Time Format

`timeFormatter` function can be used to customize the format of the time stamp displayed on the time scale below the vertical crosshair line.
Currently, changing the time format of the time scale labels itself is not available, yet this feature is planned for the future.

Changing the time format of the time scale labels is not available currently but we intend to roll this out in the future.

```javascript
const chart = createChart(document.body, {
Expand Down

0 comments on commit 96594bf

Please sign in to comment.