@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.
- package/dist/{ChartCard-Bc7hTScr.js → ChartCard-Dt0-qUVm.js} +15 -15
- package/dist/{ChartCard-Bc7hTScr.js.map → ChartCard-Dt0-qUVm.js.map} +1 -1
- package/dist/DonutChartPro.js +1 -1
- package/dist/DonutLabelChartPro.js +1 -1
- package/dist/PieChartPro.js +1 -1
- package/dist/embeddable-components.json +2 -2
- package/dist/{index-BQ9XmNLw.js → index-CRKLRGaM.js} +2 -2
- package/dist/{index-BQ9XmNLw.js.map → index-CRKLRGaM.js.map} +1 -1
- package/dist/{index-DJCBBI5F.js → index-DnrY-Tbn.js} +2 -2
- package/dist/{index-DJCBBI5F.js.map → index-DnrY-Tbn.js.map} +1 -1
- package/dist/{index-l4tIW_AY.js → index-FepzetrZ.js} +2 -2
- package/dist/{index-l4tIW_AY.js.map → index-FepzetrZ.js.map} +1 -1
- package/dist/index.js +4 -4
- package/dist/remarkable-pro/components/charts/pies/pies.utils.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -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
|
-
(
|
|
17194
|
-
`${e.dimension.name}.${
|
|
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
|
-
|
|
17196
|
+
l,
|
|
17197
17197
|
"chartBackgroundColors"
|
|
17198
17198
|
)
|
|
17199
|
-
),
|
|
17200
|
-
(
|
|
17201
|
-
`${e.dimension.name}.${
|
|
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
|
-
|
|
17203
|
+
l,
|
|
17204
17204
|
"chartBorderColors"
|
|
17205
17205
|
)
|
|
17206
17206
|
);
|
|
17207
17207
|
return {
|
|
17208
|
-
labels: n.map((
|
|
17209
|
-
const
|
|
17210
|
-
return
|
|
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((
|
|
17215
|
-
backgroundColor:
|
|
17216
|
-
borderColor:
|
|
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-
|
|
17336
|
+
//# sourceMappingURL=ChartCard-Dt0-qUVm.js.map
|