mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-12-19 06:58:15 +08:00
merge: Format codebase with standard.js (#989)
* Auto-update DIRECTORY.md
* fix: some redundancy according to standard javascript library
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:
@@ -18,7 +18,7 @@ function plotLine (label, points, width, height) {
|
||||
type: 'scatter',
|
||||
data: {
|
||||
datasets: [{
|
||||
label: label,
|
||||
label,
|
||||
data: points,
|
||||
showLine: true,
|
||||
fill: false,
|
||||
|
||||
Reference in New Issue
Block a user