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

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.
@@ -9154,19 +9154,7 @@ const BarGraph = {
9154
9154
  widget: "Graph"
9155
9155
  },
9156
9156
  config: {
9157
- main: {
9158
- legend: {}
9159
- },
9160
- style: {
9161
- containerStyle: {},
9162
- headerStyle: {},
9163
- tooltipStyle: {},
9164
- barStyle: {},
9165
- legendStyle: {
9166
- legend: {},
9167
- legendTitle: {}
9168
- }
9169
- }
9157
+ main: {}
9170
9158
  }
9171
9159
  };
9172
9160
  const PieGraph = {