mhz-ui 1.0.86 → 1.0.87

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.
@@ -7730,7 +7730,10 @@ const Cc = /* @__PURE__ */ Mi("bar", ca), Dc = /* @__PURE__ */ Mi("line", da), O
7730
7730
  responsive: !0,
7731
7731
  aspectRatio: 2,
7732
7732
  ticks: { precision: 0 },
7733
- scales: { x: { ticks: { maxRotation: 0, minRotation: 0, font: { size: 10 } } } }
7733
+ scales: {
7734
+ x: { ticks: { maxRotation: 0, minRotation: 0 } },
7735
+ y: { beginAtZero: !0 }
7736
+ }
7734
7737
  };
7735
7738
  return (o, r) => (Ie(), ki("div", {
7736
7739
  class: Si(o.$style.chart)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mhz-ui",
3
3
  "description": "9000 Mhz ui kit",
4
- "version": "1.0.86",
4
+ "version": "1.0.87",
5
5
  "author": "Alexandr Dergunov <dergunovs@mail.ru> (https://github.com/dergunovs)",
6
6
  "license": "MIT",
7
7
  "type": "module",