IgniteUI / igniteui-webcomponents

Ignite UI for Web Components is a complete library of UI components, giving you the ability to build modern web applications using encapsulation and the concept of reusable components in a dependency-free approach.
https://www.infragistics.com/products/ignite-ui-web-components
Other
113 stars 2 forks source link

IgcNumericRadiusAxis - the label position is incorrect after the chart's display was changed from "none" to "block" #1190

Open jsakamotoIGJP opened 1 month ago

jsakamotoIGJP commented 1 month ago

Description

The IgcNumericRadiusAxis label position is incorrect after changing the chart's display from "none" to "block".

Steps to reproduce

  1. Show a polar chart on a web page.
  2. Change the display CSS property of the chart from block -> none -> block.

Result

The IgcNumericRadiusAxis label was placed in an incorrect position. We will also see that the small chart was drawn momentarily before the full-size chart was drawn.

movie-001

Expected result

The label must be restored to the same position before. And it must be flicker-less.

Attachments

📦c-00236795-wc-app1.zip