smileordi3
Forum Replies Created
-
Forum: Plugins
In reply to: [Visualizer: Tables and Charts Manager for WordPress] charts not resizingUsing theme: DIVI
This is solution:
.tab-content > .tab-pane,
.pill-content > .pill-pane {
display: block;
height: 0;
overflow-y: hidden;
}.tab-content > .active,
.pill-content > .active {
height: auto;
}I also have same problem.
bump
Forum: Plugins
In reply to: [Visualizer: Tables and Charts Manager for WordPress] charts not resizingcan you tell me the code you wrote please? I can’t seem to follow how you did it. When i resize the wrapper or the div(visualiser-X) the graph doesn’t auto rerender.
Forum: Plugins
In reply to: [Visualizer: Tables and Charts Manager for WordPress] charts not resizingHello there,
How did you solve this issue? I am having it now and it is killing me!
The graph renders when the page loads. If you load the graph into a tab or a modal windows that you dont see from the very start, it only takes the default svg size that is 400×400.
Now my question is how to render the graph so that it takes 100% of the width.
The only think that makes the graph re-render is if you resize the window.