Thanks to visit codestin.com
Credit goes to github.com

Skip to content

heatMap should inherit from coordinateGridChart #1461

Open
@eileenprice

Description

@eileenprice

As pointed out in #1208 heatMap has no support for any axis customization aside from keyAccessor, valueAccessor, rowsLabel, and colsLabel. If it inherited from coordinateGridChart, you'd be able to add axis labels, customize the number of ticks on the axes, format the tick labels easily using scale domain, and more.
Personally, I am probably just going to add a bunch of the functionality from coordinateGridMixin.js to my chart's pretransition, but heatMap is based on a coordinate grid enough so that it would make sense to integrate the two.
Is there a reason heatMap doesn't do this, or has it just not been gotten around to yet? (apologies if there's a good reason for this, please help me understand!)

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