Do you mean a steps with the Default rows per page (attachment)
If that is the case something like this is not possible with the plugin build in features at the moment and it require some code customization of the plugin.
We can offer you our paid customization service where you can hire one of our developers to implement this feature for you.
If you are interested please give us detailed instructions and we can send you quote for this service.
There are a couple of ways of doing this. You can place the table on the same page, and enable "Follow table filtering" when you're creating the chart. That way the chart will display only what's currently displayed in the table. You can hide the table from front-end if you don't want to show it on the page.
That is default behavior of charts engine, but if you need some custom solution you can check in our documentation about wpDataCharts callbacks.
Every chart exposes several options that customize its look and feel. Charts usually support custom options appropriate to that visualization. wpdatachart callbacks allows adding options that are available in Google Charts API, Highcharts API and Chart.js API.
All necessary resource are available in charts engines API (depends on which one you use). Every engine has different approach of charts settings. In wpdatachart callbacks you have to adopt those settings to wpdatachart object(you can take a look an example for each engine in our documentation and also in Support help center). Huge number of examples for any area of programming you can find on stackoverflow.com(typing your problem in google and of the end add site:stackoverflow.com and google will search only on that website) and also a lot of resource of examples of chart, chart settings and customization you can find on jsffidle. net(typing in google for example line chart highcharts jsffidle)
Please note that using hooks or wpdatatable and wpdatachart callbacks requires certain level of programming skills and included support refers only to advises.
is there a way to set the displayed steps on the horizontal axis?
it displays way too many values.
i'd like to display in steps of 200
Hi mlkemac,
Thank you for your purchase.
Can you please tell me on which steps do you refer.
Best regards.
Kind Regards,
Miloš Jovanović
[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
Hi Bogdan,
Thanks for the reply.
right now the steps are too close together. i'd rather them spaced a bit, and have even steps. 200, or even 500
HI mlkemac,
Do you mean a steps with the Default rows per page (attachment)
If that is the case something like this is not possible with the plugin build in features at the moment and it require some code customization of the plugin. We can offer you our paid customization service where you can hire one of our developers to implement this feature for you. If you are interested please give us detailed instructions and we can send you quote for this service.
Best regards.
Kind Regards,
Miloš Jovanović
[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
this is referencing the table, i'm referencing the chart.
the screenshot i attached shows the X axis overlapping. i'd like to clean this up.
reduce the amount of values that are displayed
Hi there, mlkemac.
You're talking about this chart, correct?
There are a couple of ways of doing this. You can place the table on the same page, and enable "Follow table filtering" when you're creating the chart. That way the chart will display only what's currently displayed in the table. You can hide the table from front-end if you don't want to show it on the page.
That is default behavior of charts engine, but if you need some custom solution you can check in our documentation about wpDataCharts callbacks.
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