Hey everyone!
With the Labour Day holidays coming up, we’d like to let you know about our upcoming working hours:
Thursday, May 1st: Our team will be off during Labour Day.
Friday, May 2nd: We'll also be off for an extended holiday break.
We’ll be back on Monday, May 5th, ready to respond to all messages received during this time.
In the meantime, if you need help, feel free to:
-
Use the support widget on the bottom right of our websites (Amelia and wpDataTables) — our AI-powered assistant is available 24/7 and can help with many common questions.
-
Visit our documentation, articles, or YouTube channels for quick answers and step-by-step guides.
https://www.youtube.com/@AmeliaWordPressBookingPlugin/videos
https://www.youtube.com/@wpDataTables/videos
Thank you for being so understanding, and we hope you enjoy the long weekend!
Hi
I've two questions and problem can be seen on the same graph : http://zero-bullshitfr.fjub3542.odns.fr/preprod/credit
1. When I don't have a data, i don't want O to be seen, I want no point.
I know HighCharts can manage that (connectNulls: true). How can I activate this ? Because it's ugly on the charts
2. How to manage date ?
I'd like to show Dec 2001, ou 12/2001 instead of 01/12/2001
Thx
Hi Benjamin,
I am unable to load the Chart from your Page. Maybe it needs a logged user, but that is OK, based on your questions, we will advise :
1. Skipping NULL and/or zeroes on Charts :
Please note that this workaround only works for HighCharts Engine.
For other Chart Engines we don't currently have a workaround to skip NULL and/or zero values.
If you wish to try it, please go to the functions.php file of your theme or child theme, and add this:
This works for integer and float columns that have NULL values and "0" values.
If you want to apply it just for NULL values, you can use this code:
And if you want to apply it just for "0" values, you can use this code:
You don't need to change the code after the plugin updates, but you will need to keep this code in functions.php.
If you want to connect data with NULLs skipped, you can use this callback: https://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/highcharts/plotoptions/series-connectnulls-true/
Just make sure to replace [16] with the ID of your chart.
And as mentioned earlier, this only works for the HighCharts Engine,
I hope it helps.
2. Changing the Date Format rendered in the Chart :
Only the Google charts Engine have their own logic for date format, but the other chart engines should get the date format passed from our plugin.
You can find this in main plugin setting / Date format, so the Date format you set there should be followed by your Chart ( unless if it's GoogleChart engine).
Let us know how it goes.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi Milos and thanks for the answer.
When I try the NULL or 0 version it doesn't work at all, nothing change.
But I try NULL + 0 version, the line is no drawed, even if the data are found.
I'd like to keep 0 but avoid NULL. My data comes from a Google Sheets, and it seems that an empty case is not taken as NULL.
Here's a test with JS and shortcode (http://zero-bullshitfr.fjub3542.odns.fr/preprod/uncategorized-tet-js-10128)
The function.php includes the NULL version
Attached files: Capture d’écran 2024-05-22 à 15.59.57.png
Capture d’écran 2024-05-22 à 15.59.44.png
Hi Benjamin,
I see what you mean, on that example Chart from your Page, it does nothing as it is still showing that piece of the line where the 0 is, for example on the last series.
As well as your example screenshot, it does not look as expected :
Can you show us which method you used to add this custom JS, is it through our Plugin settings/Custom JS and CSS/Custom JS or perhaps added directly to the WP Page as a custom script?
If we can also remote in to check the setup from our end.
Please provide me a temporary WP-admin (administrator) user for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue.
We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course, we do not provide login data to third parties.
You can write credentials here just check PRIVATE Reply so nobody can see them except us.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi
On the first chart (pink) it has to show 0, because the data is 0. So that's normal.
The second one (gray) has a value every 3 months. But when there's no value it shows it as a 0.
I've added the line in function.php
I've try to put the JS directly in the page and it didnt work.
What's the best way to do it ?
Hi Benjamin,
My sincere apologies for all the waiting time.
It seems we are unable to reproduce this issue, on our charts we tried the intended solution to hide/skip the data which is NULL is working.
So if I understood, in your case, you wish to basically make the chart completely skip any values which are NULL/blank, while it currently shows them as zeroes in your chart?
This one, from the Page http://zero-bullshitfr.fjub3542.odns.fr/preprod/uncategorized-tet-js-10128 , chart ID 410 for series Credit Logement, for example the start of the line?
Can we check the back end of your setup and the source Table, please?
Please provide me a temporary WP-admin (administrator) user for your website where this happens, as well as FTP credentials so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue.
If you can send me the path to the WordPress Folder on the server's FTP to make it easier to find our Plugin files.
We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course, we do not provide login data to third parties.
You can write credentials here just check PRIVATE Reply so nobody can see them except us.
2. That is the best way, to place the JS directly on the WP Page.
Could you show us some screenshots or a Video just to see in which way are you adding it to the Page?
If it shows any sensitive data, just ensure the reply is PRIVATE for security.
Thank you.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables