d0tsearch

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 248150d2ec1a143edcdc4ed97145e13794f4b165
parent 03e1dd0eefcdf41bd20c7fc554139c3545f4cb60
Author: Dane Fisher <hide4@comcast.net>
Date:   Thu, 17 Sep 2020 18:06:02 -0400

Update README.md
Diffstat:
MREADME.md | 14+++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md @@ -10,18 +10,18 @@ Responsive D3.js startpage that we kluged together by appending hrefs to nodes o Use it as a local startpage or utilize our hosted version. All styles are inline, so you can just run the .html file. Include the .ttf file in the same directory if you want the 8 bit font. -live : https://search.l0bster.ru +> https://search.l0bster.ru Reference your browser documentation to set it as your startpage. ## modification -> colors : modify the rgb values in the colors array (group is correlated with node color). -> links: modify the urls in the nodes object array -> postions: modify the sources and targets to change which node links to which -> gravity: just like real life, its how much force is pushing down the svg -> charge: the amount of oposing force each node exerts on the other nodes ( like trying to push two north poles of a magnet together) -> linkDistance: the length of the svg lines that link the nodes. +- colors : modify the rgb values in the colors array (group is correlated with node color). +- links: modify the urls in the nodes object array +- postions: modify the sources and targets to change which node links to which +- gravity: just like real life, its how much force is pushing down the svg +- charge: the amount of oposing force each node exerts on the other nodes ( like trying to push two north poles of a magnet together) +- linkDistance: the length of the svg lines that link the nodes. ## misc