novatec-service-dependency-graph-panel icon indicating copy to clipboard operation
novatec-service-dependency-graph-panel copied to clipboard

[Question] - Can we set the animation to autoplay after page load?

Open CrashLaker opened this issue 4 years ago • 2 comments

Write your question here I'm wondering if we could set the graph animation to autoplay on page load?

image

Screenshots

Where and how could we improve the readme?

CrashLaker avatar Sep 30 '21 12:09 CrashLaker

well... this works..

image

// adjust postition
document.querySelector('.service-dependency-graph').querySelector('.zoom-button-container').children[2].click()
// play
document.querySelector('.service-dependency-graph').querySelector('.zoom-button-container').children[0].click()

CrashLaker avatar Sep 30 '21 14:09 CrashLaker

We need this too!

atlanteh avatar May 04 '22 14:05 atlanteh