• Resolved robertosalemi

    (@robertosalemi)


    Hi,
    thanks for your plugin.

    I wrote this query:
    SELECT count(wp_posts.ID) AS NUMBER_POSTS, wp_users.user_login AS USER FROM wp_posts, wp_users WHERE wp_posts.post_author = wp_users.ID AND wp_posts.post_type='post' GROUP BY wp_posts.post_author

    I created this chart.

    I wrote this shortcode in my page:
    [wpbusinessintelligence id="1" type="chart" iframe="n"]Any text[/wpbusinessintelligence]

    Not chart are shown in my page.

    Why?

    The plugin not generate automatically the shortcode to insert in page?

    Thanks for the support.

    https://wordpress.org/plugins/wp-business-intelligence-lite/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello Roberto,
    the problem is that you selected your 2 columns as both label and value. I understand that nome utente should be a label and numero di post should be a value.
    The pro version has a button to automatically generate the shortcode to be inserted into the page. Your shortcode looks OK.
    cheers,
    Claudio

    Thread Starter robertosalemi

    (@robertosalemi)

    Ciao Claudio,
    wow, italiano, complimenti! 😉

    Grazie per il prezioso supporto, adesso riesco a vedere correttamente i grafici sul sito.

    Roberto.

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

The topic ‘No chart rendering and error in Firebug Console’ is closed to new replies.