Skip to content

Hovering over heatmap throws error #13255

@stacey-gammon

Description

@stacey-gammon

Hovering over a heat map throws the error Uncaught TypeError: Cannot read property ‘getValueAxis’ of undefined

Seems like in these lines:

const aggId = d3.event.target.parentElement.__data__.aggId;
        const percentageMode = handler.charts[0].getSeries(aggId).getValueAxis().axisConfig.isPercentage();

aggId is undefined.

cc @elastic/kibana-visualizations

Only tried on master.

Metadata

Metadata

Labels

Feature:VisualizationsGeneric visualization features (in case no more specific feature label is available)PR sentblockerbugFixes for quality problems that affect the customer experienceregressionv5.5.2v5.6.0v6.0.0v7.0.0

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions