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

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.
@@ -9155,59 +9155,18 @@ const BarGraph = {
9155
9155
  },
9156
9156
  config: {
9157
9157
  main: {
9158
- header: "Bar Graph",
9159
- bottomLabel: "Name of Employe",
9160
- numTicks: 6,
9161
- leftLabel: "Value in lakhs",
9162
- axisLeft: true,
9163
- axisBottom: true,
9164
- hideTicks: false,
9165
- hideLeftAxisLine: false,
9166
- hideBottomAxisLine: false,
9167
- bottomAxisWidth: "10px",
9168
- legend: {
9169
- labelColor: "green",
9170
- legendTitle: "",
9171
- direction: "row",
9172
- align: "none"
9173
- }
9158
+ legend: {}
9174
9159
  },
9175
9160
  style: {
9176
- containerStyle: {
9177
- width: "100%",
9178
- height: "450"
9179
- },
9161
+ containerStyle: {},
9180
9162
  headerStyle: {},
9181
9163
  tooltipStyle: {},
9182
- labelStyle: {
9183
- margin: { left: 80, bottom: 20 },
9184
- leftLabelOffset: 50,
9185
- bottomLabelOffset: 10
9186
- },
9187
9164
  barStyle: {
9188
- color: {
9189
- firstBarColor: "#6c5efb",
9190
- secondBarColor: "#3f51b5"
9191
- }
9165
+ color: {}
9192
9166
  },
9193
9167
  legendStyle: {
9194
- legend: {
9195
- lineHeight: "0.9em",
9196
- fontSize: "8px",
9197
- fontFamily: "arial",
9198
- padding: "10px 10px",
9199
- width: "30%",
9200
- display: "flex",
9201
- justifyContent: "center",
9202
- border: "1px solid rgba(255, 255, 255, 0.3)",
9203
- borderRadius: " 8px",
9204
- marginRight: "auto"
9205
- },
9206
- legendTitle: {
9207
- fontSize: "10px",
9208
- marginBottom: "10px",
9209
- fontWeight: "100"
9210
- }
9168
+ legend: {},
9169
+ legendTitle: {}
9211
9170
  }
9212
9171
  }
9213
9172
  }