- npm
- yarn
- pnpm
How to use the library
Client
The library exports an HTTP client that can be used to get the charts data.- SaaS
- Self-hosted
getReport
will contain the list of the charts that are part of the report.
Components
Once you have the list of the charts, you can use the components to embed them in your application with the Web Compoents esported in. In order to use the components, you need to import@nebuly-ai/reports/web
and register functionality for the components.
- React
- Vue
- Angular
Svelte