Skip to content

hoverCallback's bug #264

Closed
Closed
@ghost

Description

let's say, we use data like "[{date:2013-07-13,value:'node A'},{date:2013-07-12,value:"node B"}]".
Morris will order the nodes again, to show them in right order.

But the for the "hoverCallback" method:

hoverCallback: function (index, options,content) {
var row = options.data[index];

if i choose the second node which's date is 2013-07-13, the index value will be 2, but the "options.data" is still the original data.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions