Closed luizgsbraz closed 3 years ago
details:
This is because we call requestFullScreen
on the container returned by the following line. In the jupyter notebook scenario there will be multiple containers with the same Id, so I think it just takes the first. We can look into scoping the fullscreen specific for that particular container.
Fixed in #195 and latest version published to npm and pip
0.0.5 version solved the issue! Thansk @CodesAreHonest and @timlrx !
Expected Behavior
After executing the script bellow, when clicking on the maximize button over the second graph (chart2) It should be shown an augmented version of that graph.
Current Behavior
After executing the cells the graphs ARE properly shown!
However, on clicking over the second graph it is shown the first graph instead.
Steps to Reproduce
start jupyter with the pymotif enabled run the script mentioned click on the tree dots on the left of the second graph toshow the maximize button click on the maximize button and it is shown the first graph
Your Environment
Additional Context
Also available at: https://medium.com/cylynx/introducing-pymotif-194c74faceae
Detailed Description
It is enough.
Possible Implementation
No suggestions.