@undp/data-viz 2.1.6 → 2.1.8
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/BarGraph.cjs +1 -1
- package/dist/BarGraph.cjs.map +1 -1
- package/dist/BarGraph.js +1 -1
- package/dist/BarGraph.js.map +1 -1
- package/dist/DonutChart.cjs +1 -1
- package/dist/DonutChart.cjs.map +1 -1
- package/dist/DonutChart.d.ts +2 -1
- package/dist/DonutChart.js +118 -118
- package/dist/DonutChart.js.map +1 -1
- package/dist/DotDensityMap.cjs +1 -1
- package/dist/DotDensityMap.cjs.map +1 -1
- package/dist/DotDensityMap.js +212 -209
- package/dist/DotDensityMap.js.map +1 -1
- package/dist/index.d.ts +2 -1
- package/package.json +2 -2
package/dist/BarGraph.js
CHANGED
|
@@ -1173,7 +1173,7 @@ function al(e) {
|
|
|
1173
1173
|
it ? /* @__PURE__ */ i.jsx(ee.text, { style: {
|
|
1174
1174
|
textAnchor: "middle",
|
|
1175
1175
|
...u?.graphObjectValues || {}
|
|
1176
|
-
}, className: $e("graph-value text-sm", !l && P.length > 1 ? "
|
|
1176
|
+
}, className: $e("graph-value text-sm", !l && P.length > 1 ? "fill-primary-gray-600 dark:fill-primary-gray-300" : "", c?.graphObjectValues), dy: C.size ? C.size >= 0 ? "-5px" : "1em" : "-5px", variants: {
|
|
1177
1177
|
initial: {
|
|
1178
1178
|
x: h(`${C.id}`) + h.bandwidth() / 2,
|
|
1179
1179
|
y: A(0),
|