Skip to content

Commit

Permalink
Don't smooth graph lines
Browse files Browse the repository at this point in the history
- smoothing distorts the graph by implying that change between data points is smooth when it isn't
  • Loading branch information
andysellick committed Oct 17, 2024
1 parent 4aa9882 commit 0583c75
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
chart_library_options = {
chartArea: { width: '80%', height: '60%' },
crosshair: { orientation: 'vertical', trigger: 'both', color: '#ccc' },
curveType: 'none',
legend: legend,
pointSize: 10,
height: 400,
Expand Down

0 comments on commit 0583c75

Please sign in to comment.