cr-ui-lib 1.1.16 → 1.1.18

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.js CHANGED
@@ -434,6 +434,7 @@ var LineChart = ({
434
434
  label: labelPopupTitle,
435
435
  data: values,
436
436
  borderColor: lineColor,
437
+ borderWidth: 2,
437
438
  backgroundColor: (context) => {
438
439
  if (!context.chart.chartArea) return "rgba(23, 202, 67, 0.5)";
439
440
  const { ctx, chartArea } = context.chart;
@@ -549,7 +550,7 @@ var GraphedCard = ({
549
550
  isCustomTitle ? customTitle : /* @__PURE__ */ jsxRuntime.jsx(
550
551
  "span",
551
552
  {
552
- className: "font-medium",
553
+ className: "font-semibold",
553
554
  style: { letterSpacing: "0.5px" },
554
555
  children: title
555
556
  }
@@ -810,7 +811,7 @@ var SimpleCard = ({
810
811
  isCustomTitle ? customTitle : /* @__PURE__ */ jsxRuntime.jsx(
811
812
  "span",
812
813
  {
813
- className: "font-medium",
814
+ className: "font-semibold",
814
815
  style: { letterSpacing: "0.5px" },
815
816
  children: title
816
817
  }
@@ -948,7 +949,8 @@ var MultiLineGraph = ({
948
949
  display: false
949
950
  },
950
951
  grid: {
951
- // This is ignored because our custom plugin below handles drawing
952
+ drawBorder: false,
953
+ drawTicks: false,
952
954
  drawOnChartArea: false
953
955
  },
954
956
  ticks: {