Brains
Brains
**Describe the solution you'd like** Would be great to support `Sankey` diagrams https://en.wikipedia.org/wiki/Sankey_diagram. **Describe alternatives you've considered** Currently, use other project https://github.com/iou90/SankeyDiagram (nuget `SankeyDiagram 1.0.1`) **Additional context** | | |...
**Current usage of `ILinqToDBSettings`** I use `ILinqToDBSettings` as easy way to inject multiple connection strings (as described here https://github.com/linq2db/linq2db#net-core) from top-level project and switch them dynamically. This way I don't...
Would be nice to parse separated `Date | Time` format  Removing `| ` works  Didn't find a setting to customize this behavior.
**Goal** Need to put a popup over `Name` header in `DataGrid`  **Attempts** Tried to set `ElementID` through style or directly, in turn ```xml ``` **Result** Can not find `Name`...