@undp/carbon-library 1.0.272-CARBON-332.0 → 1.0.272

Sign up to get free protection for your applications and to get access to all the features.
@@ -67,7 +67,7 @@ export declare const getChartOptions: (labels: string[], colors: string[]) => {
67
67
  offsetX: number;
68
68
  offsetY: number;
69
69
  labels: {
70
- colors: string[];
70
+ colors: string;
71
71
  useSeriesColors: boolean;
72
72
  };
73
73
  markers: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.272-CARBON-332.0",
3
+ "version": "1.0.272",
4
4
  "description": "Shared Library of tools for Carbon Credits applications ecosystem for ExO and and HQ/GEF",
5
5
  "type": "module",
6
6
  "scripts": {