UNPKG

clustergrammer

Version:

This is a clustergram implemented in D3.js. I started from the example http://bost.ocks.org/mike/miserables/ and added the following features

74 lines (62 loc) 929 B
# Compiled source # ################### *.com *.class *.dll *.exe *.o *.so # Packages # ############ # it's better to unpack these files and commit the raw source # git has its own built in compression methods *.7z *.dmg *.gz *.iso *.jar *.rar *.tar *.zip node_modules # Logs and databases # ###################### *.log *.sql *.sqlite # OS generated files # ###################### .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # cache files for sublime text *.tmlanguage.cache *.tmPreferences.cache *.stTheme.cache # workspace files are user-specific *.sublime-workspace *.sublime-project *.idea *.swo *.swp # sftp configuration file sftp-config.json #TernJS .tern-port # webpack *.js.map .eslint* # python *.ipynb_checkpoints clustergrammer # # eslint # .eslint* # how to retroactively use ############################ # git rm -r --cached . # git add . # git commit -m "fixing .gitignore"