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!
Good day,
I would like to add the number of item in a pie chart. I have the % but I can't add the quantity. I would also like to add the total number of items in or next to the title.
Thanks
Hello pluricongres.
Can you, please, show me the table from which the chart was made? Also, which chart engine are you using to generate a pie chart, and which settings you have applied to it?
It'll help me provide a better answer to adding the total number of items in the chart. The main idea is to add an integer column, and assign "1" to each row, so you can calculate the sum that represents the total of items. This can also be used in a pie chart, as a grouping option.
To add the SUM outside the table, you simply need to copy the shortcode generated in that column's settings, under Data:
Best regards.
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
Hello again pluricongres.
If all your totals have the same value ($240), you can add a formula column, and simply set it like "Total"/240, which will return (1). Then, you'll be able to use that instead of Total column when generating a chart, and it will have the number of items when you hover over the chart:
However, adding a SUM to the Formula column is not possible with the plugin, so you cannot add it and use the shortcode to display the sum above the chart.
You can, maybe, modify the Form, and have the users select the quantity, (1, 2, 3...). This field would be rendered as an integer column and can also be used instead of Formula column.
Anything other than that would require the usage of wpDataCharts callbacks. Please note that using hooks or wpdatatable and wpdatachart callbacks requires certain level of programming skills and included support refers only to advice.
Best regards.
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
Thank you,
but quite honestly the concept of "counting" is basic when it comes to graphics.
I hope you will have this feature available very soon.
You have it in your tables at the bottom, again this feature should be available also on top.
By the way,
I did the formula, but the graph doesn't change since the only value is a %.
I don't have the option of values instead of %. Unless I am missing something.
Thanks
Hi again pluricongres.
Exactly - the google pie chart displays percentage - this is default behavior of the charts engine, and in order to change that you would have to implement some wpDataCharts callbacks.
Have you managed to replicate the chart I showed you in my previous reply?
Best regards.
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