orb
orb copied to clipboard
Graph visualization library
I have orb installed in my project with `npm install @memgraph/orb` When I run build, console shows some warnings related to orb. ```bash Failed to parse source map from 'C:\dev\cyphergui\node_modules\@memgraph\orb\src\common\color.ts'...
It would be better to make observer and subject from `observer.utils.ts` to use generics instead of hard-coded types in their payload. The current implementation provides an existing type `IObserverDataPayload` which...
It should be fairly simple to switch that using the Orb API.
### Context Using Orb in an Angular 17 component: ```typescript export class ApplicationsComponent implements AfterViewInit { @ViewChild('graph') graphElement!: ElementRef; orbInstance!: Orb; reload() { this.orbInstance.data.setup({ nodes: [ {id: "foo", label: "Test...
Semantic-release works only after v1.0.0, so once v1.0.0 is on main, automatic release process can be added to the CI/CD process with an automatic CHANGELOG update.
Is there any way for user to set the state of multiple nodes/edges from the canvas. i.e. `ctrl + click` to select multiple nodes or edges.
Is there any way we can include the "card view" (dialog window) as we can see in/used in the Memgraph Lab playground? or what would be a recommendation to archive...
changing the maxZoom view setting on a map view orb container has no effect ```javascript const container = document.getElementById('graph'); const orb = new Orb.Orb(container); orb.setView((context) => new Orb.MapView(context, { getGeoPosition:...
This PR will add support to add label background styling options. This will add style properties - - fontBackgroundBorderWidth - fontBackgroundBorderColor - fontBackgroundBorderRadius - fontBackgroundPadding