Skip to content

Commit

Permalink
Update scatter chart samples to hide lines
Browse files Browse the repository at this point in the history
  • Loading branch information
etimberg committed Jun 16, 2017
1 parent 2d7c1f0 commit fe27163
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions samples/charts/scatter/basic.html
Expand Up @@ -82,6 +82,7 @@
window.myScatter = Chart.Scatter(ctx, {
data: scatterChartData,
options: {
showLines: false,
title: {
display: true,
text: 'Chart.js Scatter Chart'
Expand Down
1 change: 1 addition & 0 deletions samples/charts/scatter/multi-axis.html
Expand Up @@ -87,6 +87,7 @@
data: scatterChartData,
options: {
responsive: true,
showLines: false,
hoverMode: 'nearest',
intersect: true,
title: {
Expand Down

0 comments on commit fe27163

Please sign in to comment.