Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
0
Polygon Chart on Category Axis
posted

Hello!!

Is there any way we can draw a Polygon chart on a graph that does not contain a Numeric X axis?

As the docs say it is " often used highlight regions in scientific data or they can be used to plot diagrams". We would like to use it to make custom annotations on a chart. However, for our use case we deal with time data and we leaned towards using a  IgbCategoryXAxis with a  IgbNumericYAxis.

We do not need to explicitly use a category (or IgbTimeXAxis) axis, but we do need to display the xAxis as time.
Is there any work around for this type of cases?

Thanks!!