Skip to content

Commit

Permalink
chore(ChartJS): Line Tension Smoothing
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurVardevanyan committed Dec 16, 2024
1 parent 2c1a13b commit 818dcba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webFrontend/chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ function summaryLineChart(data) {
label: "Listen History",
borderColor: "#3e95cd",
fill: false,
tension: 0.4
},
],
},
Expand Down Expand Up @@ -504,6 +505,7 @@ function hourlyLineChart(data) {
label: "Average Hourly Listen History",
borderColor: "#3e95cd",
fill: false,
tension: 0.4
},
],
},
Expand Down

0 comments on commit 818dcba

Please sign in to comment.