mdt-charts 1.35.0 → 1.35.1

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.
@@ -239,7 +239,7 @@ export interface TwoDimGroupingItem {
239
239
  labels?: TwoDimGroupingItemLabels;
240
240
  }
241
241
  interface TwoDimGroupingItemData {
242
- field: MdtChartsField;
242
+ field: MdtChartsBaseField;
243
243
  }
244
244
  interface TwoDimGroupingItemLabels {
245
245
  position?: ItemPositionByOrientation;
@@ -11,7 +11,7 @@ export class LegendModel {
11
11
  },
12
12
  bottom: {
13
13
  size: 0,
14
- margin: { top: 2, bottom: 0, left: 0, right: 0 },
14
+ margin: { top: 7, bottom: 0, left: 0, right: 0 },
15
15
  pad: 0
16
16
  },
17
17
  right: {
@@ -1,4 +1,4 @@
1
- import { ChartOrientation, DiscreteAxisOptions, MdtChartsDataRow, MdtChartsField, TwoDimGroupingOptions } from "../../../../../config/config";
1
+ import { ChartOrientation, DiscreteAxisOptions, MdtChartsBaseField, MdtChartsDataRow, TwoDimGroupingOptions } from "../../../../../config/config";
2
2
  import { DominantBaseline, Orient, TextAnchor } from "../../../../model";
3
3
  export declare class GroupingConfigReader {
4
4
  private readonly keyAxisOptions;
@@ -19,7 +19,7 @@ export declare class GroupingConfigReader {
19
19
  domain: string[];
20
20
  orient: Orient;
21
21
  sideIndex: number;
22
- field: MdtChartsField;
22
+ field: MdtChartsBaseField;
23
23
  textAnchor: TextAnchor;
24
24
  dominantBaseline: DominantBaseline;
25
25
  }[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdt-charts",
3
- "version": "1.35.0",
3
+ "version": "1.35.1",
4
4
  "description": "",
5
5
  "main": "lib/main.js",
6
6
  "scripts": {