Skip to content

Commit

Permalink
fix: remove chart legends
Browse files Browse the repository at this point in the history
  • Loading branch information
Keshav-writes-code committed Sep 21, 2024
1 parent 76c12e9 commit 0170312
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/NN_comps/NN_IOgraph.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,11 @@
],
},
options: {
plugins: {
legend: {
display: false,
}
},
scales: {
x: {
type: "linear",
Expand All @@ -125,7 +130,7 @@
y: {
beginAtZero: false,
},
},
}
},
});
NN_sampler.update(hidOutLayers, neuralNetwork, activaFn[selActivaFn])
Expand Down

0 comments on commit 0170312

Please sign in to comment.