We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbfad36 commit 4824908Copy full SHA for 4824908
src/web/script.js
@@ -353,7 +353,7 @@ function visualize(feature, label) {
353
borderWidth: 1
354
},
355
{
356
- label: 'Line y = 2x + 10',
+ label: `Line ${equationResult.textContent}`,
357
data: [
358
{ x: minFeatureSampleData, y: equation(minFeatureSampleData) },
359
{ x: maxFeatureSampleData, y: equation(maxFeatureSampleData) }
0 commit comments