At the time of writing this post, it is still a relatively early work-in-progress (seriously broken on mobile). But it should be complete by the time I finish the course.
Checked your sol-levitt implementation, by importing Mask from Mask.svelte. That is what I liked the most about Svelte. To send the data right into the Html Like tags using attributes.
I had been toying around Svelte for sometime and built re-usable *.svelte for many D3 shapes. Thought you and @curran might find it useful. (or may be suggest some improvements )
The *.svelte files in /src/lib directory is implementation multiple charts, importing D3.
Then front end just contains the Svelte Tags, to create the charts. Front end points that might of interests are routes/sample and routes/sample1
Hi Waseem,
Thanks, here is the repo with the *.svelte files for the charts.
I am working on making the dashboards more responsive by getting the data from a hosted database. The current data download from Github raw-user is very unpredictable and slow…