CodeFlower
CodeFlower copied to clipboard
Source code visualization utility written in JavaScript with d3.js. Does your code look beautiful?
The instructions for CodeFlower say you can click on a directory to collapse it, but the directory dots "run away" from the mouse cursor. The only way to click on...
The read me had example url `http://fzaninotto.github.com/CodeFlower` which is `404 Page Not Found` and valid page is `http://www.redotheweb.com/CodeFlower/` which has the example updating the same
Small typo in variable name. The variable "myFlower" was declared while, but then tries to update "myflower".
Hi. I got this error using the online viewer "Convert" button at http://www.redotheweb.com/CodeFlower/, avec un contenu minimal: ``` 1 A 2 B 3 total ```
- Fixed leaf child detection when source tree has a directory named 'language', by adding a boolean instead of checking for 'language' value. - Without this fix repos with a...
Hi, Does anyone know how to embed a url within a circle in codeflower so that when I do a mouse over and the url is visible I can click...
Just trying to share a more coloured version ;)
Please, can you update code so it can work with latest version which is much better than version 3. Thank you in advance.
It seems I have a small bug or misunderstanding of the specs. Clicking on a folder node which only contains another folder node, I see a "free node" that is...