-
**I'm submitting a ...** (check one with "x")
```
[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please …
-
Added the statement below in package.json after installing
"@swimlane/ngx-datatable": "^11.0.4",
In my app.module.ts:
import { NgxDatatableModule } from '@swimlane/ngx-datatable';
This its…
-
When using a lot of fibers you get a lot of fiber swimlane displayed at the same time and it become hard to have a global understanding of when fiber are scheduled compared to each other.
I wish to b…
-
https://github.com/elastic/kibana/pull/64056 introduced a basic anomaly swimlane embedding to the Kibana dashboard. This meta issue lists the ideas around enhancing ML integration using embeddables.
…
-
**Describe the bug**
I updated my project to use the version 19.1.0, and now I get this build error:
> ✔ Browser application bundle generation complete.
>
> Warning: C:\ClientApp\node_modules\@…
-
Please fix this inconsistent code, either just replace the null by the current position of x or y or remove it all together and update your documentation , because today this is non working code
h…
-
**Describe the bug**
When showGridLines is set to false both x and y axes are also hidden.
**To Reproduce**
Create a chart and set xAxis and yAxis to true and showGridLines to false.
Notice that…
-
I've reviewed and reorganized your code to make it more readable and maintainable. Here's the refactored version:
```javascript
const toDoForm = document.getElementById("todo-form");
const toDoIn…
-
Hi and thanks for this great extension. We use tags a lot for organizing our work items, and I would love to setup the swimlanes accordingly. Let's assume the following configuration:
```json
…
-
**Describe the bug**
When doing a prod build for ngx-charts 13.0.1, an error is thrown for angular-devkit's scrub-file.js
**To Reproduce**
Steps to reproduce the behavior:
1. Create project with…