no posts stats
-
Plugin V. 1.2
Comments, users, tags and general stats okay. But the page with the posts stats is only white boxes.
I use the theme Sela Version: 1.0.14
is something missing in the page style css?The sourcecode shows data:
// year wise post chart var yearwisedata = google.visualization.arrayToDataTable([ ["Year", "Number of posts", {role: "style"}], ["2015", 1, "0000ff"], ["2014", 1, "#00ff00"], ["2013", 6, "0000ff"], ["2012", 3, "#00ff00"], ["2011", 12, "0000ff"], ]); var yearwiseview = new google.visualization.DataView(yearwisedata); yearwiseview.setColumns([0, 1,2]); var yearwiseoptions = { title: "Posts by year (Total: 23)", bar: {groupWidth: "70%"}, legend: {position: "none"}, }; var yearwiseChart = new google.visualization.ColumnChart(document.getElementById("byYearChart")); yearwiseChart.draw(yearwiseview, yearwiseoptions);
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘no posts stats’ is closed to new replies.