You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My jBox content includes a chart rendered in svg. Somehow, this element is getting css styling as .jBox-closeButton-title svg, which means it is restricted to size 12x12px, even though the chart is much larger. I originally had the closeButton option set to true, so tried to work around the problem by setting it to 'title' (because my svg chart is in the body of the jBox, not the title), but the problem persists. One solution, I imagine, is to apply that css to .jBox-closeButton svg instead of to .jBox-closeButton-title svg.
The text was updated successfully, but these errors were encountered:
My jBox content includes a chart rendered in svg. Somehow, this element is getting css styling as .jBox-closeButton-title svg, which means it is restricted to size 12x12px, even though the chart is much larger. I originally had the closeButton option set to true, so tried to work around the problem by setting it to 'title' (because my svg chart is in the body of the jBox, not the title), but the problem persists. One solution, I imagine, is to apply that css to .jBox-closeButton svg instead of to .jBox-closeButton-title svg.
The text was updated successfully, but these errors were encountered: