ESI-FAR / INA-tool

A tool for visualising and analysing Institutional Statements
MIT License
2 stars 0 forks source link

replace hexagon points string with nested array #39

Closed sjvrijn closed 5 months ago

sjvrijn commented 5 months ago

Fixes #33.

The .split(' ').map(...) occurrence on line 358 is still needed, as it addresses the string attribute on a created node, not the points template values.

ermannolocascio commented 5 months ago

Thank you. More elegant and more readable.