Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter faizelh

    (@faizelh)

    Hi fcdrums,

    I had to change the file wpcharts.js in order to get it working:

    Link

    Thread Starter faizelh

    (@faizelh)

    Hi fcdrums,

    Yes I solved it.

    What you need to do :

    1. Go to plugins, NVD3 Visualisations
    2. Click ‘Edit’
    3. Select nvd3-visualisations/nvd3.php to edit
    4. replace $root = 'wp-content/plugins/nvd3/'; with $root = 'wp-content/plugins/nvd3-visualisations/';
    5. replace rootpath = '<?php echo WP_PLUGIN_URL.'/nvd3/data/' ?>'; with rootpath = '<?php echo WP_PLUGIN_URL.'/nvd3-visualisations/data/' ?>';
    6. replace return WP_PLUGIN_URL . '/nvd3/'; with return WP_PLUGIN_URL . '/nvd3-visualisations/';
Viewing 2 replies - 1 through 2 (of 2 total)