With PHP 8 there is a warning message on every page (frontend and backend):
Warning: Trying to access array offset on value of type bool in /var/www/html/web/app/plugins/maxicharts/maxicharts.php on line 192
Almost all the documentation is restricted, but the support option is broken.
We would consider getting a support plan, but the links seem to be dead.
Is there any other way to access the documentation, and is this project still maintained?
I am trying to access the demo website and examples but it seems to be gone?
]]>Hi, I’m really glad that I found this plugin as it works really well for my needs.
There are only two items I could use some help with:
1. On mobile, longer label are getting cut. Is it possible to adjust the font-size, or split the text into two lines?
2. I’m using a bar chart and it would help a lot if I could sort the results based on the value. To clarify, I’d like to see the most voted options on top.
Thanks
]]>Hi There,
I currently have a round 60 forms on a website and I need to be able to report on the number of entries each form has had per month.
I have nearly got this working, but I need to be able to include the form title for the count… If there hasn’t been any entries then the form title is displayed by default.
Also can you confirm what it is counting… I have partial entries activated on some forms.. is there a way of splitting partial entries and completed submissions
Thanks
Tony
Hi –
I have a data series of date and a number field value. Is it possible to chart it date_created vs field_value (number)? If yes, can you help me with the short code?
Regards
]]>Hi there,
I am currently using this site to analyse for XXS issues (https://webbkoll.dataskydd.net/de).
One warning that then appears in the console is the inline style for maxicharts.
<style>.maxicharts_reports_canvas {
width: 100%!important;
max-width: 100%;
}
@media screen and (max-width:480px) {
div.maxicharts_reports-wrap {
/*position: relative;
margin: auto;
height: 100vh;
width: 100vw;
display: block;*/
width: 100%!important;
float: none!important;
margin-left: auto!important;
margin-right: auto!important;
text-align: center;
}
}
</style>
Can I ask why any inline styling is used when you also use external style sheets as well?
thx for any help
i get this error with last release of maxichart plugin (wp 5.51)
“mod_fcgid: stderr: Logger initialized at level warn to file wp-content/plugins/maxicharts/logs/maxicharts-%s.log”
this problem is reported also by plugintest.com https://plugintests.com/plugins/wporg/maxicharts/latest
]]>Hi,
I’ve been setting up a page to display the results of a GF survey. The tooltip_style for either PERCENT or BOTH is not working. I would also like to use the data_conversion parameter to PERCENT as well but that isn’t either. I checked the documentation on your site and the examples of the tool tip style are not working on yours either?
Just wondering if an update has stopped the functionality working as it should?
Thanks
Alex
]]>I have a single gravity form that each user fills in every week.
It has a field that takes an input value of 0-100
I would like to line chart this field over time (entry date) for the currently logged-in user (to track there progress).
Is there a shortcode that can cater to charting the entry-date on the x-axis and the number field on the y axis?
Thanking you.
]]>Hi,
I was able to follow all the instructions on how gravity form pdf addon on maxichart https://maxicharts.com/gravity-pdf-setup-guide/. However, the chart returns just an arrow. Can you help me resolve this?
]]>Hello,
When I activate MaxiCharts 1.7.5, I get the following error displayed across my site. Can you help me fix this so I can use MaxiCharts? I have used in the past with great success. Many thanks!
Warning: Use of undefined constant MAXICHARTS_DEBUG_LEVEL – assumed ‘MAXICHARTS_DEBUG_LEVEL’ (this will throw an Error in a future version of PHP) in?/…/…/public_html/wp-content/plugins/maxicharts/mcharts_utils.php?on line?96
]]>Hi,
Is there a way to change font or just the size for the title of the form field before the chart?
Thanks
Hello there,
We have Maxicharts Gravity Form plugin which works great! But recently hit into an issue and not sure if this can even be achieved using Maxi-charts and it’s custom_search_criteria parameter.
We have a Gravity form with a dropdown field (like an Object Type field) that get’s its value directly from a database table (tbl name: test_list; fields: id, name, division) and are trying to get a horizontalBar graph based on that field.
So, the values in DB table are
1 Test 1 10
2 Test 2 20
3 Test 3 30
Using the below short-code, but doesn’t work.
[gfchartsreports gf_form_id="10" include="91" type="horizontalBar" height="500px" chart_js_options="title: {display: true, text: 'Staff by Division', fontSize:28,fontColor:'#005eb8',fontStyle:'bold',padding:20}"]
This simply shows no graph and random values (First Choice, Second Choice, so on on Y-Axis and 0, 0.2, 0.4, 0.6 on X-Axis)
Is there a way to produce graphs for fields that dynamically get values say from a database table?
]]>Hi,
A chart is not displaying for me. I see the below error.
Any advice?
thanks,
ReferenceError: Chart is not definedtest:67:73
<anonymous> https://staging-futurereadyorg.kinsta.cloud/test/:67
hi, i would like to change date format for “date_created” that i use as dataset on radar chart.
is it possible?
https://www.voissa.web.id/grafik-absen-murojaah/
[gfchartsreports gf_form_id=”5″ include=”1,2″ exclude=”11″ type=”horizontalBar” color_set=”blue” height=”1000px” tooltip_style=”BOTH” position=”center” filter=”1″/]
include 1 = field Name
include 2 = date field ( show as tanggal )
date entries 10/01/2020 – 17/01/2020
couldnot search by date or date range, plase help
]]>I have to increase Memory Limit to fetch 26,000 GF entries as a chart.
I already placed following code in the WP Config file but it didn’t change anything:
define( 'WP_MAX_MEMORY_LIMIT' , '512M' );
define( 'WP_MEMORY_LIMIT' , '512M' );
I still get the same error:
Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 33554440 bytes) in /…/wp-includes/wp-db.php on line 1996
This is on line 1996
if ( $this->use_mysqli && $this->result instanceof mysqli_result ) {
while ( $row = mysqli_fetch_object( $this->result ) ) {
$this->last_result[ $num_rows ] = $row;
$num_rows++;
}
]]>
I have a conditional form that changes the number of measurements a user can input. Option 1 = 4 measurements Option 2 = 7 measurements Option 3 = 8 measurements
Is it possible to set the graph to only display the measurements they’ve filled out? So if they are only filling out 4 measurements, it doesn’t graph those 4 on an 8 measurement graph as the following currently does?
The code I am currently using is: [gfchartsreports color_set="set1" height="400px" custom_search_criteria='{"status":"active","field_filters":{"0":{"key":"created_by","value":"current"}}}' count_answers="1" chart_js_options="title: {display: true, text: 'My Goal Tracking'}" gf_form_id="5" gf_entry_id="last" group_fields="1" include="10,17,16,15,14,18,19,20" type="line"]
Hi,
I have an error when i add filter=”1″ of multiple shortcode :
Error: Unable to initialize on multiple target query-builder.js:3113:19
jQuery 2
initializeWidget https://****.fr/wp-content/plugins/maxicharts-query-builder-add-on/js/maxicharts-querybuilder.js?ver=5.2.2:317
jQuery 4
i
fireWith
x
c
Hi,
I installed last version maxicharts 1.5.0 and query builder add-on of maxicharts don’t work.
Thanks.
]]>how we can use this shortcode into php function as do_shortcode?
[gfchartsreports height="400px" color_set="purple" color_rand="true" type="line" include="3" width="70%" chart_js_options="title: {display: true, text: 'Super Arial Title', fontSize:28,fontFamily:'Arial',fontColor:'#00B88A',fontStyle:'bold',padding:20}"]
into php file?
chart_is_options require use both single quote and double quote but this break the code.
this trick doesn’t work https://www.ads-software.com/support/topic/shortcode-double-quote-issue-in-php/
]]>Hi, I just installed the plugin and I’m trying to learn how to use it. I was trying to see the demo site, but when I try to login, I get:
“The site is experiencing technical difficulties. Please check your site admin email inbox for instructions.” (https://maxicharts.com/wp-login.php)
If I go to https://maxicharts.com/all-shortcode-parameters/
I get:
“The site is experiencing technical difficulties.”
can you take a look, please.
Thank you.
]]>Hi, I have this error:
PHP Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/html/wp-content/plugins/maxicharts/maxicharts.php on line 969,
from a page with 2 maxicharts. Can you please help me fix it?
Thanks
Hi, is there a known bug issue with elementor? I’m using the same shortcodes on:
1. clasic wordpress editor page
2. elementor page
Example shortcode with issues:
[gfchartsreports count_answers="1" gf_form_id="36" gf_entry_id="last" group_fields="1" colors="#19bf05,#ED6D62,#018fde,#82483c" include="67,68" type="bar" tooltip_style="SUM" height="350px" gf_entry_id="{entry_id}" chart_js_options="legend: {display: false}"]
On the clasic wordpress page every chart works, but on the elementor page some charts display different values. Again, the shortcodes used are identical,copy-paste, in both pages.
]]>Hi, can you please tell me how can I align the charts to the left? I’ve tried the float option but it’s still center aligned.
Thanks
Hi, how can the tool tips be displayed all the time, instead of on tap for mobile and hover for computer?
Thanks
Hello, I’m trying to show a chart with Gravity Forms Poll, but there’s no way it’s gonna work.
Always shown: No data available for fields
I use XAMPP, and I’ve tried WordPress 4.9.9 and 5.1. I currently use 4.9.9
Also I use MaxiCharts 1.4.8 and MaxiCharts Gravity Forms Source Add-on 1.7.0 (I have tried previous versions as well)
PD: When I install MaxiCharts, it shows:
Warning: “continue” targeting switch is equivalent to “break”. Did you mean to use “continue 2”? in C:\xampp\htdocs\wordpress\wp-content\plugins\maxicharts\maxicharts.php on line 1132
Warning: “continue” targeting switch is equivalent to “break”. Did you mean to use “continue 2”? in C:\xampp\htdocs\wordpress\wp-content\plugins\maxicharts\maxicharts.php on line 1333
Warning: “continue” targeting switch is equivalent to “break”. Did you mean to use “continue 2”? in C:\xampp\htdocs\wordpress\wp-content\plugins\maxicharts\maxicharts.php on line 1336
I don’t know if it influences anything.
What can i do? Thanks a lot.
]]>hi!
after new update
i have this problem
Uncaught TypeError: Cannot read property ‘color’ of undefined
at ?preview_id=7836&preview_nonce=b27f94d756&preview=true:450
what should i do?
Hi,
I’m having an issue when trying to work with the shortcode directly in PHP. Here is the code I use :
<?php echo do_shortcode(‘[gfchartsreports gf_form_id=”1″ include=”42″ height=”300px” type=”horizontalBar” maxentries=”10000″ chart_js_options=”title: {display: false}” custom_search_criteria=”{“date_start”:”22 April 1980″,”date_end”:”12 Jun 2018″}”]’); ?>
The chart works but the date range doesn’t. It works fine if I add the shortcode directly to wordpress, but the culprit seems to come from those double quotes in the custom_search_criteria option. Do you have a solution for that?
Regards,
Pierre
]]>