The "Stats" section

  • Unknown's avatar

    why is the stats section displaying some code that i’m not familiar with? It does not display any information, it only displays code.
    Blog url: http://superburritotacohouston.wordpress.com/

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    ace( ‘,’, ” ).replace( ‘ ‘, ” ); var n = !isFinite( +number ) ? 0 : +number, prec = !isFinite( +decimals ) ? 0 : Math.abs( decimals ), sep = ( typeof thousands_sep === ‘undefined’ ) ? ‘,’ : thousands_sep, dec = ( typeof dec_point === ‘undefined’ ) ? ‘.’ : dec_point, s = ”, toFixedFix = function ( n, prec ) { var k = Math.pow( 10, prec ); return ” + Math.round( n * k ) / k; }; s = ( prec ? toFixedFix( n, prec ) : ” + Math.round( n ) ).split( ‘.’ ); if ( s[0].length > 3 ) s[0] = s[0].replace( /B(?=(?:d{3})+(?!d))/g, sep ); if ( ( s[1] || ” ).length < prec ) { s[1] = s[1] || ”; s[1] += new Array( prec – s[1].length + 1 ).join( ‘0’ ); } return s.join( dec ); } function showTooltip(x, y, contents, item) { var leftright, topbottom, styles = {}, span, html, xoffset; if ( 1 == item.series.data.length ) xoffset = Math.ceil( item.series.xaxis.box.width / 4 ); else xoffset = Math.ceil( item.series.xaxis.box.width / item.series.data.length / 2 * 0.9 ) + 5; if ( item.datapoint[0] <= ( item.series.data.length / 2 ) ) leftright = ‘left’; else leftright = ‘right’; if ( item.datapoint[1] < ( item.series.yaxis.max / 2 ) ) topbottom = ‘bottom’; else topbottom = ‘top’; span = ”; if ( ‘right’ == leftright ) x = jQuery(window).width() – x – 2; else x = x – 2; if ( ‘bottom’ == topbottom ) { y = jQuery(window).height() – y – 8; html = ‘

    ‘; } else { y = y – 8; html = ‘

    ‘; } styles[leftright] = x + xoffset; styles[topbottom] = y; tooltip = jQuery( html ).css( styles ).appendTo(“body”).show(); } function bindTooltips( graph ) { jQuery(“#stat-chart”).bind(“plothover”, function (event, pos, item) { graph.unhighlight(); if ( item ) { item.series.color = ‘#ffae00’; graph.highlight( item.series, item.datapoint ); if ( previousFlotPoint != item.datapoint ) { previousFlotPoint = item.datapoint; if ( tooltip ) tooltip.remove(); var x = item.datapoint[0]; var tooltips = [{“1″:”

  • Unknown's avatar

    I’m using Firefox 14.0.1 and I don’t see that on my stats page http://wordpress.com/#!/my-stats/

    Exactly which browser and version of it are you using please?
    If you are using IW9 in compatibility mode disable that because it means the browser renders as IE7 and IE7 is not supported.

    If you are using DoNotTrack Plus disable it.

    Disbale all browser extendions and add-ons and see if the issue is resolved when you do that.

    As far as what your are seeing I cannot see whatever you are seeing. Please take a screenshot and upload it to your Media Library where Staff can examine it. After you have done that please post here so Staff will know that the screenshot is there.

  • Unknown's avatar
  • Unknown's avatar

    edit: “IW9 ” was meant to be IE9 sorry :(

  • Unknown's avatar

    I posted it and java script is enables. I’m using IE9

  • Unknown's avatar

    I’m sorry..i mistyped. I posted the screenshot in my library.

    Java Script is enabled. I’m using IE9 and I don’t believe I have DoNotTrack Plus enabled. It had been working properly until today.

  • The topic ‘The "Stats" section’ is closed to new replies.