kendo-react icon indicating copy to clipboard operation
kendo-react copied to clipboard

Fix Chart`s visual functions expected return element type.

Open simonssspirit opened this issue 5 years ago • 0 comments

Fix Chart`s visual functions expected return element type.

Currently, the function expected to return Element type, where the correct one is the drawing.Element:

https://www.telerik.com/kendo-react-ui/components/charts/api/ChartCategoryAxisLabelsProps/#toc-visual

Also, the interface AxisLabelVisualArgs is not exported.

simonssspirit avatar Jun 12 '20 09:06 simonssspirit