• Hi,

    After activating the plugin, site layout get broken. I can see the following error in the console. I’ve tried deactivating all plugins and switching to default theme but none of them worked.

    Uncaught SyntaxError: Invalid or unexpected token

    tooltipHoverFormatter: function(seriesName, opts) {
                                if(''){
                                    return '<div class="legend-info">' + '<span>' + seriesName + '' + ' : '+'<strong>' + opts.w.globals.series[opts.seriesIndex][opts.dataPointIndex] + '' + '</script></div>'
                                }
                                return seriesName
                            }

    Any help will be much appreciated.
    Thank you

Viewing 1 replies (of 1 total)
  • Plugin Author CreativeMindsSolutions

    (@creativemindssolutions)

    Hey, are you sure that code is coming from our plugin? I don’t recognize it and searched the codebase and couldn’t find it either.

Viewing 1 replies (of 1 total)
  • The topic ‘Layout get broken after activate the plugin’ is closed to new replies.