Issue adding logo to charts
-
I’m having issues adding my logo to Visualizer charts. I followed the instructions on this page – https://docs.themeisle.com/article/953-adding-logo-image-into-charts
I’ve done a bit of debugging, tried the line of code in various places within customization.js (and slightly modified the css being injected to better work with my logo by removing the height parameter and added a z-index) and I’m still not able to place the image on top of the graph unless I manually move the vim div within the Chrome debugger.
Specifically, it appears that the jquery .after is placing the vim/logo div AFTER the chart div, and since it’s not inside the div holding the chart, it launches off into outer space (as you can see on the far right hand side of the page). I attempted to change it to .append, which also did not work as the page loaded, appended the image, then the graph js overwrote the whole div eliminating the image.
In short, the code on the instructions page that I followed needs to anchor to a div that’s inside the main chart div (I can’t see there’s an obvious one to use) or it should be changed to use .append and execute after the chart processes.
What else can I do to make this work as intended?
The page I need help with: [log in to see the link]
- The topic ‘Issue adding logo to charts’ is closed to new replies.