impaktapps-ui-builder 0.0.382-alpha.45 → 0.0.382-alpha.46

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.
@@ -12,9 +12,7 @@ export declare const BarGraph: {
12
12
  containerStyle: {};
13
13
  headerStyle: {};
14
14
  tooltipStyle: {};
15
- barStyle: {
16
- color: {};
17
- };
15
+ barStyle: {};
18
16
  legendStyle: {
19
17
  legend: {};
20
18
  legendTitle: {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impaktapps-ui-builder",
3
- "version": "0.0.382-alpha.45",
3
+ "version": "0.0.382-alpha.46",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -44,12 +44,12 @@ export const BarGraph = {
44
44
  // bottomLabelOffset:10
45
45
  // },
46
46
  barStyle: {
47
- color:{
47
+ // color:{
48
48
  // firstBarColor:"#6c5efb",
49
49
  // secondBarColor:"#3f51b5"
50
50
  // "#6c5efb"#3f51b5
51
51
  // secondColor:"#3e50b3"
52
- }
52
+ // }
53
53
  },
54
54
  legendStyle: {
55
55
  legend: {