Skip to content

Heatmap not filling up to axis #1055

Open
@juliehubs

Description

I am building a heatmap

  <XYPlot width={300} height={300}>
                <XAxis />
                <YAxis />
                <HeatmapSeries
                    className="heatmap-series-example"
                    data={ this.state.data }
                />
      
            </XYPlot>

this.state.data is just a mapped data with x,y, and color
And this is the view
image

I want the x,y intersection to be at 0,0. Or to remove the padding around the heatmap.
How can I do this?

Thanks!

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions