Skip to content

Does not support polylinear color scale #6

@amergin

Description

@amergin

Note that this implementation does not support polylinear color scale. For instance,

var linear = d3.scale.linear()
.domain([-0.55, -0.10, 0, 0.16, 1])
.range(['blue', "#b3b3ff", 'white', "#ffb3b3", 'red']);

is a valid linear color scale which is not properly drawn using this library. This kind of scale can be drawn using this implementation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions