I am sorry, but I don't quite understand what you mean by three Y axis. Do you mean something like this?
This, unfortunately cannot be done with the plugin's built in features, 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 allow adding options that are available in Google Charts API, Highcharts API and Chart.js API.
All necessary resources are available in charts engines API (depends on which one you use). Every engine has a different approach to chart settings. In wpDataChart callbacks you have to adopt those settings to the wpDataChart object (you can take a look at examples for each engine in our documentation, and also in Support help center). Huge number of examples for any area of programming can be found on stackoverflow.com (typing your problem in google and at the end add "site: stackoverflow.com" and google will search only that website). Also, a lot of examples of charts, chart settings and customization can be found 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 advice.
Same goes for binding a series to a specific Y axis.
Hello there,
i have a table with 5 columns
- Temperature 1 [°C]
- Temperature 2 [°C]
- Pressure 1 [bar]
- Pressure 1 [bar]
- SatusBit [0 or 1]
I did not find anything to configure what i want, so I'm asking here:
Is it possible to have a wpDataChart (Highcharts) with 3 y-Axis
One for "°C", one for "bar" and one for the StatusBit?
Can i somehow bind a series to a specified y-Axis?
Kind regards,
Markus
Hello Markus.
I am sorry, but I don't quite understand what you mean by three Y axis. Do you mean something like this?
This, unfortunately cannot be done with the plugin's built in features, but if you need some custom solution you can check in our documentation about wpDataCharts callbacks.
Same goes for binding a series to a specific Y axis.
Sorry for any inconvenience.
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 Aleksandar,
yes, something like the example you posted.
Ok i will try to get it running via callbacks.
Thanks for the links.
Kind regards,
Markus
You're welcome Markus.
I hope it works.
If you have any further questions or issues, please feel free to open a new ticket, and we'll gladly help.
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