Title: no posts stats
Last modified: September 1, 2016

---

# no posts stats

 *  [gandalfhh](https://wordpress.org/support/users/gandalfhh/)
 * (@gandalfhh)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/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);
       ```
   
 * [https://wordpress.org/plugins/wp-show-stats/](https://wordpress.org/plugins/wp-show-stats/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Ashish Ajani](https://wordpress.org/support/users/ashishajani/)
 * (@ashishajani)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/no-posts-stats/#post-7498007)
 * Page stats and all other stats are working well with Sela. Source code shared
   is also having no problem at all. I think there should be some conflicts in CSS
   with your theme.
 * Not able to reproduce the problem.
 * Thank you for using plugin
    [https://wordpress.org/plugins/wp-show-stats/](https://wordpress.org/plugins/wp-show-stats/)
 *  Thread Starter [gandalfhh](https://wordpress.org/support/users/gandalfhh/)
 * (@gandalfhh)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/no-posts-stats/#post-8721258)
 * solved!
 * I had a post, in which the title has “” signs.
    After deleting the “” all is 
   shown. You have to mention this.
 *     ```
       // shortest posts
                                           var shortestdata = google.visualization.arrayToDataTable([
                               ["Post", "Length (No. of words)", {role: "style"}],
                                                           ["Helmut sagt "hallo"", 35, "0000ff"],
       ```
   

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘no posts stats’ is closed to new replies.

 * ![](https://ps.w.org/wp-show-stats/assets/icon-256x256.png?rev=1110860)
 * [WP Show Stats](https://wordpress.org/plugins/wp-show-stats/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-show-stats/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-show-stats/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-show-stats/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-show-stats/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-show-stats/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [gandalfhh](https://wordpress.org/support/users/gandalfhh/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/no-posts-stats/#post-8721258)
 * Status: not resolved