Skip to content

Commit

Permalink
Wording error
Browse files Browse the repository at this point in the history
correct wording error
  • Loading branch information
uok authored and etimberg committed Jun 22, 2017
1 parent de0ea5c commit 46c0455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/charts/line.md
Expand Up @@ -198,7 +198,7 @@ new Chart(ctx, {
});
```

## Draw Line Drawing
## Disable Line Drawing

If you have a lot of data points, it can be more performant to disable rendering of the line for a dataset and only draw points. Doing this means that there is less to draw on the canvas which will improve render performance.

Expand Down

0 comments on commit 46c0455

Please sign in to comment.