Comments 1Terry started the conversationNovember 23, 2016 at 10:22pmCan you please let me know how I can remove the hAxis in the charts? Here is the script that I am trying to get to work. The current data is datetime and is too long to visualize on a small line chart. Thanks in advance!<script type="text/javascript">jQuery(window).load(function(){ if( typeof wpDataChartsCallbacks == 'undefined' ){ wpDataChartsCallbacks = {}; } wpDataChartsCallbacks[7] = function(obj){ obj.options.hAxis.textPosition = 'none'; }});</script> 1,825Miloš repliedNovember 24, 2016 at 2:54pmHi Terry,Thank you for your purchase.I just tested your script and as I can see it is working fine. Take a look at attachment files.(one is without hAxis and other is without vAxis).Can you please tell me what chart do you use Google Charts or HighCharts?For this kind of customization I suggest you to use Google Charts.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 Sign in to reply ...
Can you please let me know how I can remove the hAxis in the charts? Here is the script that I am trying to get to work. The current data is datetime and is too long to visualize on a small line chart. Thanks in advance!
<script type="text/javascript">
jQuery(window).load(function(){
if( typeof wpDataChartsCallbacks == 'undefined' ){ wpDataChartsCallbacks = {}; }
wpDataChartsCallbacks[7] = function(obj){
obj.options.hAxis.textPosition = 'none'; }
});
</script>
Hi Terry,
Thank you for your purchase.
I just tested your script and as I can see it is working fine.
Take a look at attachment files.(one is without hAxis and other is without vAxis).
Can you please tell me what chart do you use Google Charts or HighCharts?
For this kind of customization I suggest you to use Google Charts.
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