I have created a custom network with vis.js and have styled it to have red edges and blue nodes. I added the css/network/images/....png folder that came with the download of vis.js that has the navigation buttons inside.
However, these are green by default. I have tried changing them via the vis.css file with background-color: black;
and color: black
. When I do the first one for background-color
, it does add a black circle behind the navigation button but its still green.
How can I fix this? It says on their website that the nav buttons are fully customizable by overloading the css but it doesnt seem to be the case. Any pointers or help would be appreciated, thank you.
vis-network.css
from within angular, but i have triedvis-network.min.css
as well and still no dice – Nickelic