Forum Discussion
KythrieSilva-cd
3 years agoCommunity Member
Can you draw a line with Javascript in Storyline 360?
Hi, Is it possible to draw a line on the screen using JavaScript in Storyline 360?
I'm working on a statistics example where I want to draw a regression line on a scatterplot. The learner can add ...
MathNotermans-9
2 years agoCommunity Member
ctx.lineWidth = 25 obviously is the line width.
However when changing that keep in mind the line has to be created first...then the properties can be changed. If you just change the code as is, you might have to click twice to see it happen.