gf-components 0.1.154 → 0.1.155
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/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -37112,7 +37112,7 @@ const D2e = Zt.span`
|
|
|
37112
37112
|
margin: { top: 20, right: 20, bottom: 60, left: 90, ...n },
|
|
37113
37113
|
colors: r || { scheme: "nivo" },
|
|
37114
37114
|
xScale: { type: "point" },
|
|
37115
|
-
yScale: { type: "linear", min:
|
|
37115
|
+
yScale: { type: "linear", min: 0, max: "auto", reverse: !1 },
|
|
37116
37116
|
axisTop: null,
|
|
37117
37117
|
axisRight: null,
|
|
37118
37118
|
axisBottom: {
|