abhsarma / milliways

MIT License
0 stars 0 forks source link

Preprocess coefficient names so that they do not have : #19

Open abhsarma opened 2 years ago

abhsarma commented 2 years ago

The colon : appears to be a special character for selections in Javascript, and if we are using coefficients as class names for SVG DOM elements, this will cause interference. Best to simply process the coefficient names into a desired format before plugging into the interface.