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.
IgbCategoryXAxis
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!!
IgbTimeXAxis