Comments Matt started the conversationMay 28, 2019 at 10:24pmCan you please provide me with the callback script for changing the pie chart colors on a High charts within the plugin? I've tried this and Im not sure I'm writing this correctly. I've tried all the options in your documentation and the High Charts API docs. Thanks!<script type="text/javascript">jQuery(window).load(function(){ if( typeof wpDataChartsCallbacks == 'undefined' ){ wpDataChartsCallbacks = {}; } wpDataChartsCallbacks[15] = function(obj){ obj.options.getOptions.colors = { '#afd25c' '#000000' '#f6f6f6' '#a3a3a3' '#cecece' '#f9f9f9' }; }});</script>Matt repliedMay 28, 2019 at 10:27pmNevermind, I finally found the documentation here - https://wpdatatables.com/faqmd/change-color-pie-charthighcharts/ 2,572Aleksandar repliedMay 29, 2019 at 7:27amGreat, Matt.I'm glad you got it resolved.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 Sign in to reply ...
Can you please provide me with the callback script for changing the pie chart colors on a High charts within the plugin?
I've tried this and Im not sure I'm writing this correctly. I've tried all the options in your documentation and the High Charts API docs. Thanks!
<script type="text/javascript">
jQuery(window).load(function(){
if( typeof wpDataChartsCallbacks == 'undefined' ){ wpDataChartsCallbacks = {}; }
wpDataChartsCallbacks[15] = function(obj){
obj.options.getOptions.colors = { '#afd25c' '#000000' '#f6f6f6' '#a3a3a3' '#cecece' '#f9f9f9' };
}
});
</script>
Nevermind, I finally found the documentation here - https://wpdatatables.com/faqmd/change-color-pie-charthighcharts/
Great, Matt.
I'm glad you got it resolved.
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