clustergrammer-gl icon indicating copy to clipboard operation
clustergrammer-gl copied to clipboard

pre-calculate text triangles for all letters/numbers and then construct strings from there

Open cornhundred opened this issue 5 years ago • 0 comments

In order to speed up the calculation of text triangles, we could try to pre-calculate all letters and numbers and then construct labels etc. from the single letter position arrays. We would have to keep track of spacing between letters so this might be tedious.

Also, in terms of reducing the size of the JavaScript, we could try making a smaller text2vect that only produces text triangles.

cornhundred avatar Jun 20 '19 19:06 cornhundred