• Resolved Revived

    (@revived)


    I found this in the Chrome console and I believe this is code with your plugin. Can you confirm?

    graph = jQuery.plot( jQuery("#stat-chart"), [{"label":"Views","data":[[1,4],[2,36],[3,5],[4,0],[5,9],[6,1],[7,20],[8,5],[9,1],[10,5],[11,20],[12,15],[13,2],[14,1],[15,1]]}], {

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

    (@isaumya)

    Hi @revived I don’t think that this is coming from WP Server Stats as it doesn’t use jQuery.plot() anywhere in the plugin. If you are using any other stats app it might be coming from that. Especially some plugin that shows the View count or something like that.
    The reason I’m saying this is because inside the code you have shared, within the object there is "label":"Views" and in WP Server Stats there is no such label/text as Views.
    Hope this helps you to figure out the plugin that is causing this issue.

Viewing 1 replies (of 1 total)

The topic ‘Bug Report: Uncaught TypeError: jQuery.plot is not a function’ is closed to new replies.