Jasmine Otto
10/17/2024, 5:05 PMKartik Agaram
A reusable and reactive visualization widget should be.. a function that returns.. an HTML Element.Surely a neat idea like this should be tech-independent? The web and web browsers are often held up as having accessibility benefits, but I often find complex pages to have poor accessibility. And if you don't have that, then I wish I could just go implement such charts in a plain canvas and be compliant with the spec.
developing visualization software tends to be an overwhelming task.Each of the examples in my link above requires less than 100 lines of code. I'll suggest a lot of the overwhelm here is accidental complexity that stems from tech choices.
Jasmine Otto
10/17/2024, 10:22 PM