I am trying to create a chart, but my data table is not showing up in the dropdown. I cleared my cache to see if that would help, but no luck. Any ideas? Do I need to have a paid membership to create a donut chart?
You can't see the table because you've created a Simple Table, which is the only table type that can't be used for creating charts.
When working with this table type please note:
These simple datatables are not saved in the database like manual tables, but instead, their data is stored in the database table wp_wpdatatables_rows. So, pulling data from the database is a bit more complex because this database table stores data in JSON format, not like manual tables (columns * rows).
There is no front-end editing, sorting, search, filtering, or pagination in this table type.
Creating charts from this table type is not yet possible.
You can’t use foreign keys, placeholders, or conditional formatting, but each cell can be formatted separately.
Setting border types and thickness is not included.
Basically, any other table type would do. You can take a look at our documentation about charts. Most important thing to note is that charts support only one string-type column (single or multi-line strings, URLs, emails, etc) while all other columns need to be numerical (integer or float).
Hello!
I am trying to create a chart, but my data table is not showing up in the dropdown. I cleared my cache to see if that would help, but no luck. Any ideas? Do I need to have a paid membership to create a donut chart?
KS
Hello Katie
Thank you for reaching out to us.
You can't see the table because you've created a Simple Table, which is the only table type that can't be used for creating charts.
When working with this table type please note:
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, Aleksandar!
Is there documentation on how I can create a data table that can be used to create a chart?
Hi again Katie
Basically, any other table type would do. You can take a look at our documentation about charts. Most important thing to note is that charts support only one string-type column (single or multi-line strings, URLs, emails, etc) while all other columns need to be numerical (integer or float).
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