MCPcopy Create free account
hub / github.com/Ashutosh00710/github-readme-activity-graph / changeLineColor

Function changeLineColor

script.js:266–270  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

264
265// Line Color
266const changeLineColor = () => {
267 valueToCopy.line = inputElements.lineInput.value;
268 document.querySelector('.ct-line').style.stroke = inputElements.lineInput.value;
269 generateLink();
270};
271
272//Lables, Title and Grid color
273const changeLabelsAndGridColor = () => {

Callers 1

onThemeChangeFunction · 0.85

Calls 1

generateLinkFunction · 0.85

Tested by

no test coverage detected