jQuery UI Widgets Forums Chart Pie Chart disable hover animation

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 8 years, 10 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Pie Chart disable hover animation #79287

    jjmac78
    Participant

    How can I disable the hover animation when hovering over a pie slice? I want to keep the tooltip, but I don’t want the slice animation.

    Pie Chart disable hover animation #79294

    Dimitar
    Participant

    Hello jjmac78,

    To disable the hover animation, please set the series property enableSelection to false, e.g.:

    series:
        [
            {
                enableSelection: false,
                dataField: 'Share',
                displayText: 'Browser',
                labelRadius: 120,
                initialAngle: 15,
                radius: 170,
                centerOffset: 0,
                formatSettings: { sufix: '%', decimalPlaces: 1 }
            }
        ]

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.