Konstantin Dinev

Results 66 comments of Konstantin Dinev

@shakil-brl I'm able to remove the `xaxis` labels by settings `categories: [""]` in the `chartOptions`. ```typescript xaxis: { categories: [""] } ``` Here's an [example](https://codesandbox.io/s/react-basic-example-forked-jyuo7q).

@damyanpetev Shouldn't this issue be closed as done?

This is the repository for the help topics on Ignite UI. At this point Ignite UI is not open source, but we will still be very happy to receive the...

@mpavlinov @pschaeflein If this is still relevant then the typings should be submitted to https://github.com/IgniteUI/ignite-ui and we can handle updating the Ignite UI types from there.

@merjoha We actually called this feature "responsive vertical rendering" for the ig-grid. Take a look at [this sample](https://igniteui.com/grid/responsive-vertical-rendering) and see if this is what you are looking for!

@merjoha I see. You are looking for each record to appear as a column. We currently don't have support for this in the igGrid, at least not out of the...

@merjoha We will prepare an example and we will share it.

@damyanpetev Maybe we can add two separate `define`s for bower and npm?

@Eralmidia Yes, it is! To give you some update on this: chart will be available next week, tree-grid and hierarchical grid are planned for the next iteration. Those are the...