@ammarkhalidfarooq/dashboard-package 0.4.39 → 0.4.41

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 CHANGED
@@ -3736,7 +3736,8 @@ var DonationTypeBarChart = function DonationTypeBarChart(_ref) {
3736
3736
  plotOptions: {
3737
3737
  bar: {
3738
3738
  horizontal: false,
3739
- columnWidth: "70%",
3739
+ columnWidth: "60%",
3740
+ barGap: "10%",
3740
3741
  borderRadius: 4,
3741
3742
  dataLabels: {
3742
3743
  position: "top"
@@ -3744,11 +3745,11 @@ var DonationTypeBarChart = function DonationTypeBarChart(_ref) {
3744
3745
  }
3745
3746
  },
3746
3747
  dataLabels: {
3747
- enabled: true,
3748
+ enabled: false,
3748
3749
  formatter: function formatter(val) {
3749
3750
  return "$".concat(formatNumber(val));
3750
3751
  },
3751
- offsetY: 0,
3752
+ offsetY: -10,
3752
3753
  style: {
3753
3754
  fontSize: "6px",
3754
3755
  fontWeight: 400,
@@ -3809,6 +3810,8 @@ var DonationTypeBarChart = function DonationTypeBarChart(_ref) {
3809
3810
  show: false
3810
3811
  },
3811
3812
  tooltip: {
3813
+ shared: true,
3814
+ intersect: false,
3812
3815
  y: {
3813
3816
  formatter: function formatter(val) {
3814
3817
  return "$".concat(formatNumber(val));