@praxisui/charts 9.0.61 → 9.0.62

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.
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "schemaVersion": "1.0.0",
3
- "generatedAt": "2026-09-05T03:48:57.914Z",
3
+ "generatedAt": "2026-09-05T09:42:11.098Z",
4
4
  "packageName": "@praxisui/charts",
5
- "packageVersion": "9.0.61",
5
+ "packageVersion": "9.0.62",
6
6
  "sourceRegistry": "praxis-component-registry-ingestion",
7
7
  "sourceRegistryVersion": "1.0.0",
8
8
  "componentCount": 3,
@@ -12,7 +12,7 @@ import { catchError } from 'rxjs/operators';
12
12
  import { AnalyticsTableConfigAdapterService, AnalyticsTableStatsApiService, ANALYTICS_TABLE_ROW_KEY_FIELD, PraxisTable } from '@praxisui/table';
13
13
  import { use, init } from 'echarts/core';
14
14
  import { BarChart, FunnelChart, GaugeChart, LineChart, PieChart, ScatterChart, TreemapChart } from 'echarts/charts';
15
- import { AriaComponent, DatasetComponent, GridComponent, LegendComponent, TitleComponent, TooltipComponent, TransformComponent } from 'echarts/components';
15
+ import { AriaComponent, DatasetComponent, GridComponent, LegendComponent, TimelineComponent, TitleComponent, TooltipComponent, TransformComponent } from 'echarts/components';
16
16
  import { CanvasRenderer } from 'echarts/renderers';
17
17
  import * as i1$3 from '@angular/forms';
18
18
  import { FormsModule } from '@angular/forms';
@@ -5696,6 +5696,7 @@ use([
5696
5696
  LineChart,
5697
5697
  PieChart,
5698
5698
  ScatterChart,
5699
+ TimelineComponent,
5699
5700
  TitleComponent,
5700
5701
  TooltipComponent,
5701
5702
  TransformComponent,
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@praxisui/charts",
3
- "version": "9.0.61",
3
+ "version": "9.0.62",
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": "^9.0.61",
8
+ "@praxisui/core": "^9.0.62",
9
9
  "@angular/forms": "^21.0.0",
10
10
  "@angular/material": "^21.0.0",
11
- "@praxisui/table": "^9.0.61",
11
+ "@praxisui/table": "^9.0.62",
12
12
  "rxjs": "~7.8.0"
13
13
  },
14
14
  "dependencies": {