@opengis/bi 1.0.19 → 1.0.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -13,7 +13,6 @@ A subsystem for creating interactive graphical representations of key informatio
13
13
  - Interactive analysis – allows users to interact with data and manipulate charts to obtain more detailed information
14
14
  - Data filters
15
15
  - Dashboard, Widget Editor
16
- - Integration with @opengis/admin
17
16
 
18
17
  ### Charts 📈
19
18
  | Bar | Heat Map |
@@ -58,6 +57,11 @@ npm i @opengis/bi
58
57
  fastify.register(import('@opengis/bi'), config);
59
58
  ```
60
59
 
60
+ ```ts
61
+ import v3Bi from '@opengis/bi';
62
+ v3Bi.install(app)
63
+ ```
64
+
61
65
  ---
62
66
 
63
67
  ### Documenation
@@ -77,6 +81,9 @@ For a detailed understanding of `bi`, its features, and how to use them, refer t
77
81
  <a href="https://vite.dev/" target="_blank">
78
82
  <img src="https://img.shields.io/badge/Vite-323330?style=for-the-badge&logo=vite" /></a>
79
83
 
84
+ <a href="https://echarts.apache.org/en/index.html" target="_blank">
85
+ <img src="https://img.shields.io/badge/echarts-323330?style=for-the-badge&logo=apacheecharts&logoColor=E43C64" /></a>
86
+
80
87
  <a href="https://www.postgresql.org/" target="_blank">
81
88
  <img src="https://img.shields.io/badge/PostgreSQL-323330?style=for-the-badge&logo=postgresql&logoColor=white" /></a>
82
89
 
package/dist/bi.js CHANGED
@@ -1,4 +1,4 @@
1
- import { l as f } from "./import-file-BJjgK8Hl.js";
1
+ import { l as f } from "./import-file-C8BY90-b.js";
2
2
  export {
3
3
  f as default
4
4
  };