Viewing 15 replies - 1 through 15 (of 21 total)
  • Plugin Author termel

    (@munger41)

    Thanks for your feedback, investigating to fix it

    Plugin Author termel

    (@munger41)

    Which version are you testing with ?

    Plugin Author termel

    (@munger41)

    Cannot reproduce with more than 20 entries…
    Can you please check if there is a bug in console (with FireBug for example) ? or even in wordpress log file ?
    Thanks

    Thread Starter IOSIOS

    (@iosios)

    Version is 1.2
    i have a form with 4500 entries. It shows only 20 entries in the chart. Maybe there is a limit in showing data from more than 20 entries.
    console is ok
    Object {id25pie: Object, id33pie: Object, id30pie: Object}
    functions.js?ver=4.6.1:13 id25pie => [object Object]
    functions.js?ver=4.6.1:16 pie
    functions.js?ver=4.6.1:13 id33pie => [object Object]
    functions.js?ver=4.6.1:16 pie
    functions.js?ver=4.6.1:13 id30pie => [object Object]
    functions.js?ver=4.6.1:16 pie

    Thread Starter IOSIOS

    (@iosios)

    take a look
    ——————————————————-
    Object {id25pie: Object, id33pie: Object, id30pie: Object}
    id25pie
    :
    Object
    data
    :
    Object
    datasets
    :
    Array[1]
    0
    :
    Object
    _meta
    :
    Object
    0
    :
    Object
    controller
    :
    a
    data
    :
    Array[2]
    dataset
    :
    null
    hidden
    :
    null
    total
    :
    20
    ……………..
    it says total 20

    Plugin Author termel

    (@munger41)

    So you are talking about a limit of 20 graphs displayed, right ? Not a limit on 20 entries (gravity forms submissions) parsed.
    Can you confirm ?
    Thanks

    Thread Starter IOSIOS

    (@iosios)

    No it’s a limit of 20 entries for each chart

    Plugin Author termel

    (@munger41)

    Ok, so 20 gravity entries work, but the 21st is not taken into account in the chart display, right?
    There is no such a limitation in the plugin, and i tested with more than 20 entries this morning, but was not able to reproduce this bug.
    What you see : id25pie for ex, is the id of a chart, so if the total is 20, it means you have 20 charts displayed on your page.

    Plugin Author termel

    (@munger41)

    Can you make it work on a simple gf field, using the include=”form_field_id” tag ?
    Maybe the 21st field is a field which format is not supported by the plugin ?

    Thread Starter IOSIOS

    (@iosios)

    I use this shortcode

    [gfchartsreports gf_form_id=”1″ include=”25″ type=”pie”]
    form 1 has 4423 entries
    field 25 has two values F for female and M for male

    the pie says 4 male 20% and 16 female 80%

    this is strange because it represents the first 20 entries from the form

    any ideas?

    Plugin Author termel

    (@munger41)

    Ok, it’s much clearer now, what type of field is field 25 please ? Radio ?

    Plugin Author termel

    (@munger41)

    by the way, pie is the default type, so type=”pie” is useless

    Thread Starter IOSIOS

    (@iosios)

    yes it’s radio field.
    but the same occurs with a number field where i put the age of my customers

    Plugin Author termel

    (@munger41)

    hum…. strange, let me a bit of time and i’ll speak to you tomorrow, hopefully with a fix

    Plugin Author termel

    (@munger41)

    You are right!
    It seems there is a problem on some type of fields : radio, number, slider
    investigating…

Viewing 15 replies - 1 through 15 (of 21 total)
  • The topic ‘20 entries only’ is closed to new replies.