20 entries only
-
Thanks for your feedback, investigating to fix it
Which version are you testing with ?
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 ?
ThanksVersion 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 pietake 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 20So you are talking about a limit of 20 graphs displayed, right ? Not a limit on 20 entries (gravity forms submissions) parsed.
Can you confirm ?
ThanksNo it’s a limit of 20 entries for each chart
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.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 ?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 malethe pie says 4 male 20% and 16 female 80%
this is strange because it represents the first 20 entries from the form
any ideas?
Ok, it’s much clearer now, what type of field is field 25 please ? Radio ?
by the way, pie is the default type, so type=”pie” is useless
yes it’s radio field.
but the same occurs with a number field where i put the age of my customershum…. strange, let me a bit of time and i’ll speak to you tomorrow, hopefully with a fix
You are right!
It seems there is a problem on some type of fields : radio, number, slider
investigating…
The topic ‘20 entries only’ is closed to new replies.