@datapos/datapos-shared 0.3.240 → 0.3.241

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.
@@ -52,7 +52,7 @@ export interface PresentationVisualPolarChartViewConfig extends PresentationVisu
52
52
  categoryId: 'polarChart';
53
53
  typeId: PresentationPolarTypeId;
54
54
  }
55
- export type PresentationPolarTypeId = 'areaLine' | 'areaRange' | 'areaSpline' | 'column' | 'line' | 'spline';
55
+ export type PresentationPolarTypeId = 'areaLine' | 'areaRange' | 'areaSpline' | 'column' | 'columnRange' | 'line' | 'spline';
56
56
  export interface PresentationVisualRangeChartViewConfig extends PresentationVisualViewConfig {
57
57
  categoryId: 'rangeChart';
58
58
  typeId: PresentationRangeTypeId;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datapos/datapos-shared",
3
- "version": "0.3.240",
3
+ "version": "0.3.241",
4
4
  "description": "A TypeScript library containing common declarations and utilities used across other Data Positioning repositories.",
5
5
  "license": "MIT",
6
6
  "private": false,