@embeddable.com/remarkable-ui 0.0.8 → 0.0.9

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.
@@ -17189,31 +17189,31 @@ const nm = [["path", { d: "M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", key: "svg-
17189
17189
  e.dimension,
17190
17190
  e.measure,
17191
17191
  e.maxLegendItems
17192
- ), a = n.map(
17193
- (s, o) => li(
17194
- `${e.dimension.name}.${s[e.dimension.name]}.backgroundColor`,
17192
+ ), a = JSON.stringify(t), i = n.map(
17193
+ (o, l) => li(
17194
+ `${a}.${e.dimension.name}.${o[e.dimension.name]}.backgroundColor`,
17195
17195
  t.charts.backgroundColors ?? _a,
17196
- o,
17196
+ l,
17197
17197
  "chartBackgroundColors"
17198
17198
  )
17199
- ), i = n.map(
17200
- (s, o) => li(
17201
- `${e.dimension.name}.${s[e.dimension.name]}.borderColor`,
17199
+ ), s = n.map(
17200
+ (o, l) => li(
17201
+ `${a}.${e.dimension.name}.${o[e.dimension.name]}.borderColor`,
17202
17202
  t.charts.borderColors ?? _a,
17203
- o,
17203
+ l,
17204
17204
  "chartBorderColors"
17205
17205
  )
17206
17206
  );
17207
17207
  return {
17208
- labels: n.map((s) => {
17209
- const o = s[e.dimension.name], l = r.data(e.dimension, o);
17210
- return o === l ? zr.t(o) : l;
17208
+ labels: n.map((o) => {
17209
+ const l = o[e.dimension.name], f = r.data(e.dimension, l);
17210
+ return l === f ? zr.t(l) : f;
17211
17211
  }),
17212
17212
  datasets: [
17213
17213
  {
17214
- data: n.map((s) => s[e.measure.name]),
17215
- backgroundColor: a,
17216
- borderColor: i
17214
+ data: n.map((o) => o[e.measure.name]),
17215
+ backgroundColor: i,
17216
+ borderColor: s
17217
17217
  }
17218
17218
  ]
17219
17219
  };
@@ -17333,4 +17333,4 @@ export {
17333
17333
  j0 as r,
17334
17334
  Ys as s
17335
17335
  };
17336
- //# sourceMappingURL=ChartCard-Bc7hTScr.js.map
17336
+ //# sourceMappingURL=ChartCard-Dt0-qUVm.js.map