Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
YukaUU committed Jul 15, 2024
1 parent be6e49d commit 2bc6ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/visualizationviewer/visualiationviewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ VisualizationViewer.prototype.visualization = function(id, result) {
},
};

// 散布図の作成
// Create scatter diagram
new Chart(ctx, {
type: 'scatter',
data: data,
Expand Down

0 comments on commit 2bc6ec9

Please sign in to comment.