Results 4 issues of 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** | | |...

enhancement
new feature
priority 2

**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...

epic: configuration

Would be nice to parse separated `Date | Time` format ![image](https://user-images.githubusercontent.com/5301844/64918714-d0dbf900-d7aa-11e9-95fa-d35da7fac717.png) Removing `| ` works ![image](https://user-images.githubusercontent.com/5301844/64918722-0d0f5980-d7ab-11e9-99eb-2000ef85ac90.png) Didn't find a setting to customize this behavior.

bug

**Goal** Need to put a popup over `Name` header in `DataGrid` ![image](https://user-images.githubusercontent.com/5301844/166121591-9aab105c-b3b2-4dc4-8eca-7a6c4bfd6b31.png) **Attempts** Tried to set `ElementID` through style or directly, in turn ```xml ``` **Result** Can not find `Name`...