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