Skip to content

Need help in ordinal scale. The given code does not work if changed the values  #49

@vishalbedre

Description

@vishalbedre

Hi,

I used following code in my project for slider.

essai = d3.slider().scale(d3.scale.ordinal().domain(["2001", "2002", "Winter-2003", "2004-2005"]).rangePoints([0, 1], 0.5)).axis(d3.svg.axis()).snap(true).value("2001"); d3.select('#slider12').call(essai); It is not working and not able to get any values on events.

Please suggest

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