laixintao / tokei-pie

Render tokei's output to interactive sunburst chart.
MIT License
179 stars 7 forks source link

site fails to load #8

Open GiveMeFox opened 8 months ago

GiveMeFox commented 8 months ago

i git cloned the repo run in the root directory poetry install image

tokei -o json ~/programming/ | poetry run tokei-pie

image

image

and the site is just stuck like this being blank

laixintao commented 7 months ago

Hi @GiveMeFox , from you directory name, I assume you were trying this on a very big directory? perhaps all of your repos lies in this directory? If so, then this one is too big, it would generate a very huge svg, I doubt you browser can actually render it.

Can you try this on a small directory first to see if it work?