• Resolved faizelh

    (@faizelh)


    Hi,

    Found a bug, fixed it in github.
    But got an email a couple of minutes after the pull request telling me that the github repository is not monitored.
    So therefore i just post the resolution here :

    in wpcharts.js there is a statement
    else if (type == 'pie', options)

    which needs to be changed to
    else if (type == 'pie')

    regards,
    faizel

    ps how do i submit patches ?

    https://wordpress.org/plugins/nvd3-visualisations/

Viewing 1 replies (of 1 total)
  • Plugin Author Jouni Santara

    (@jouni-santara)

    faizelh,

    Thanks for this fix: now ‘donut’ & ‘bullet’ charts works again.

    Github’s source is technical mirror of wordpress & I do not know how to claim its monitoring rights yet.

    You could be able to send patch via my personal copy of plugin there:
    https://github.com/mrBigJS/nvd3-visualisations

    BR,
    -jouni

Viewing 1 replies (of 1 total)
  • The topic ‘issue found’ is closed to new replies.