Skip to content

Render complete not called if chart re-rendered with the same props #2713

@markov00

Description

@markov00

Describe the issue
As find out here #2703 (comment) the chart render complete is not called if the charts rerender with exactly the same props.
This cause the chart (that still render correctly) to have the render-complete status turned to false.

We should find the correct way to close this rendering also under this circumstances.

Expected behaviour

A chart re-rendered with exactly the same props should be marked as render-complete: true.
We can probably not increase the rendering count, but since it is rendering on the screen it should marked as render-complete.

Checklist

  • The proper chart type label has been added (e.g. :xy, :partition)
  • The proper feature labels have been added (e.g. :interactions, :axis)
  • Every related Kibana issue is listed under Kibana Cross Issues list and the kibana cross issue tag is applied

Metadata

Metadata

Assignees

No one assigned

    Labels

    :allApplies to all chart types:specsChart specifications related issue:xyBar/Line/Area chart relatedbugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions