I'm developing a website where you can insert data of person, each person is represented by a image (a circle), the images are in a html table(the rows are the years and the columns are the months), depends of birth date, they will be in one position or other position.
Well the thing is that I have to link the images with canvas to make a figure, a close figure. And by now I only managed to join it with lines, I know that if you use the property display:none
the figure will be closed, but it doesn't work and I don't know why.
What I'm doing wrong?
Here is my js code: (I call the function "person" from the event onClick() in a button of the html, every time you insert a person)
sed -i 's#cellname#$cell#g' file.txt
Thank you!