We're Moving to a New Support Platform – Starting June 1st!
We’re excited to let you know that starting June 1st, we’ll be transitioning to a new support system that will be available directly on our product websites – Amelia, wpDataTables, and Report Builder. In fact, the new support platform is already live for Amelia and wpDataTables, and we encourage you to reach out to us there.
You'll always be able to reach us through a widget in the bottom right corner of each website, where you can ask questions, report issues, or simply get assistance.
While we still do not offer live support, a new advanced, AI-powered assistant, trained on our documentation, use cases, and real conversations with our team, is there to help with basic to intermediate questions in no time.
We're doing our best to make this transition smooth and hassle-free. After June 1st, this current support website will redirect you to the new "Contact Us" pages on our product sites.
Thanks for your continued support and trust – we’re excited to bring you an even better support experience!
Dear TMS.
My charts have dates on the X-axis, and the data points get populated continuously every day. I wish for the X-axis to be fixed so that the chart will start from the left at a fixed point.
Currently, the chart self aligns itself to the center, meaning every time a new data point comes in the chart zooms itself out - which is not what I want.
Is there any way to change this? :-)
Best regards, Kim.
Hi, Kim
Thanks for reaching out to us
- It seems that I've understood what you need, but i would like to be certain.
Is it possible for you to maybe record a video to show how it is currently looking, just to make sure we fully understand what you need,
and we will assist?
If not, perhaps a screenshot would be good , as well.
And a link to a page where you have the chart would be great.
If there is any sensitive data, you can mark response as PRIVATE, so that only we will see it.
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
Dear Milos.
I attached a pic of the chart currently.
As you can see the date goes from 15.05 to 01.06 as of right now. I would like to have the X-axis fixed to a period from 15.05 to 15.08 even though there will be no data points for any future dates.
Is this possible?
Best regards, Kim.
Dear Milos.
I'm still looking for a solution to this. Do you know how to implement the fixed X axis?
Best regards, Kim.
Hello Kim.
Unless the table has data for those dates, you won't be able to plot them on the chart. We're using free chart libraries and they come with some limitations.
Maybe you could use some wpDataCharts callbacks to plot them manually but we can't guarantee that will work as we've never done anything similar in the past.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
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
Dear Aleksandar.
Thank you for your answer. I think there is a solution here then.
Is there a way to make datapoint which are at 0 to be invisible/colorless on the chart? In this way the X axis could be fixed without showing any datapoints.
Best regards, Kim
Hello again Kim
New versions of wpDataTables should not include zeros and NULL values but if they are still plotted on the chart, you can access 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.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
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
Dear Aleksandar.
I already have the newest version of Wpdatatables, do I have to create the charts again for it to update with the new features?
Best regards, Kim.
Hi, Kim
Sorry for the delay.
As my senior colleague explained, if you can still see 0 values plotted on the charts;
you don't have to make new charts, this code is going to be applied to all the charts,
the existing ones and new ones.
Please edit the functions.php file of your theme or child theme, with any text/code editor, and add the code as Aleksandar suggested.
Let us know if that works, and if you still have any questions, we will be happy to help and to answer.
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