@oliasoft-open-source/charts-library 3.6.6-beta-1 → 3.6.6

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.
@@ -10,7 +10,7 @@ interface IChart {
10
10
  width?: number;
11
11
  chartArea: IChartArea;
12
12
  }
13
- interface IStyleObject {
13
+ interface ILegendStyle {
14
14
  left: number | undefined;
15
15
  right: number | undefined;
16
16
  top: number | undefined;
@@ -22,5 +22,5 @@ interface IStyleObject {
22
22
  /**
23
23
  * Creates a style object for positioning and sizing the legend panel based on the chart dimensions and legend position.
24
24
  */
25
- export declare const createStyleObject: (legendPosition: Position, chart: IChart) => IStyleObject;
25
+ export declare const createLegendStyle: (legendPosition: Position, chart: IChart) => ILegendStyle;
26
26
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/charts-library",
3
- "version": "3.6.6-beta-1",
3
+ "version": "3.6.6",
4
4
  "description": "React Chart Library (based on Chart.js and react-chart-js-2)",
5
5
  "homepage": "https://gitlab.com/oliasoft-open-source/charts-library",
6
6
  "resolutions": {