Forums
(@faizelh)
10 years, 8 months ago
Hi fcdrums,
I had to change the file wpcharts.js in order to get it working:
Link
Yes I solved it.
What you need to do :
$root = 'wp-content/plugins/nvd3/';
$root = 'wp-content/plugins/nvd3-visualisations/';
rootpath = '<?php echo WP_PLUGIN_URL.'/nvd3/data/' ?>';
rootpath = '<?php echo WP_PLUGIN_URL.'/nvd3-visualisations/data/' ?>';
return WP_PLUGIN_URL . '/nvd3/';
return WP_PLUGIN_URL . '/nvd3-visualisations/';