Skip to content

Commit

Permalink
Fix line to time axis documentation in bar chart docs
Browse files Browse the repository at this point in the history
  • Loading branch information
etimberg committed Nov 22, 2017
1 parent e080e78 commit e4e112a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/charts/bar.md
Expand Up @@ -152,7 +152,7 @@ The `data` property of a dataset for a bar chart is specified as a an array of n
data: [20, 10]
```

You can also specify the dataset as x/y coordinates when using the [time scale](./time.md).
You can also specify the dataset as x/y coordinates when using the [time scale](../axes/cartesian/time.md#Time Cartesian Axis).

```javascript
data: [{x:'2016-12-25', y:20}, {x:'2016-12-26', y:10}]
Expand Down

0 comments on commit e4e112a

Please sign in to comment.