@praxisui/charts 8.0.0-beta.105 → 8.0.0-beta.106

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.
Files changed (2) hide show
  1. package/README.md +12 -7
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -4,8 +4,9 @@
4
4
 
5
5
  ## Documentation
6
6
 
7
- - Official documentation: https://praxisui.dev
8
- - Repository: https://github.com/codexrodrigues/praxis-ui-angular
7
+ - Official documentation: https://praxisui.dev/components/charts
8
+ - Quickstart reference app: https://github.com/codexrodrigues/praxis-ui-quickstart
9
+ - Live Praxis UI demo: https://praxis-ui-4e602.web.app
9
10
  - Recommended for: Angular hosts that need declarative analytics widgets aligned with the `@praxisui/*` runtime
10
11
 
11
12
  ## What this package provides
@@ -28,13 +29,17 @@
28
29
  ## Install
29
30
 
30
31
  ```bash
31
- npm i @praxisui/charts
32
+ npm i @praxisui/charts@beta
32
33
  ```
33
34
 
34
- Peer dependencies (Angular v20):
35
- - `@angular/core` `^20.0.0`
36
- - `@angular/common` `^20.0.0`
37
- - `@praxisui/core` `^3.0.0-beta.2`
35
+ Peer dependencies:
36
+ - `@angular/core` `^21.0.0`
37
+ - `@angular/common` `^21.0.0`
38
+ - `@angular/forms` `^21.0.0`
39
+ - `@angular/material` `^21.0.0`
40
+ - `@praxisui/core` `^8.0.0-beta.106`
41
+ - `@praxisui/table` `^8.0.0-beta.106`
42
+ - `rxjs` `~7.8.0`
38
43
 
39
44
  Runtime dependency included by this package:
40
45
  - `echarts` `^6.0.0`
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@praxisui/charts",
3
- "version": "8.0.0-beta.105",
3
+ "version": "8.0.0-beta.106",
4
4
  "description": "Metadata-driven charts library for Praxis UI Angular with engine adapters and Apache ECharts as the initial renderer.",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^21.0.0",
7
7
  "@angular/core": "^21.0.0",
8
- "@praxisui/core": "^8.0.0-beta.105",
8
+ "@praxisui/core": "^8.0.0-beta.106",
9
9
  "@angular/forms": "^21.0.0",
10
10
  "@angular/material": "^21.0.0",
11
- "@praxisui/table": "^8.0.0-beta.105",
11
+ "@praxisui/table": "^8.0.0-beta.106",
12
12
  "rxjs": "~7.8.0"
13
13
  },
14
14
  "dependencies": {