nteract / semiotic

A data visualization framework combining React & D3
https://semioticv1.nteract.io/
Other
2.43k stars 133 forks source link

Feature Request: Ability to turn off animation/ transition for DividedLine #541

Closed ShadyStego closed 3 years ago

ShadyStego commented 3 years ago

Feature Request: Ability to turn off animation/ transition for DividedLine. Currently by default the lines are animated.

ShadyStego commented 3 years ago

Actually nevermind, upon checking the code, it seems that we can pass Mark props through DividedLine, so passing forceUpdate={true} does the trick.