EarthFrequencies / earth-frequencies-webui

Web interface for Earth Frequencies
2 stars 1 forks source link

feat(frequency): play with a manual frequency graph #4

Closed jrmlhermitte closed 2 years ago

jrmlhermitte commented 2 years ago

Description

Playing with a manual frequency graph.

This is mainly here to better understand javascript and typescript. I plan on switching this to use something like chartjs or maybe plotly. There are tons of plotting candidates though and we might consider choosing another one.

Screenshots

Screenshot from 2021-12-08 23-29-50

ajmas commented 2 years ago

This is fine. I wouldn’t use a plotting library, since it likely be overkill and increase bundle size.

jrmlhermitte commented 2 years ago

Thanks! The code quality isn’t very good right now. I’ll refactor into separate files and add tests later in a separate PR. I’ll make an issue about it later when I’m able to get to a computer so we can keep track of our plans.

still very rough prototype.