@spteck/fluentui-react-charts 1.0.14 → 1.1.0

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.
@@ -782,7 +782,7 @@ var lightenColor = function lightenColor(hex, amount) {
782
782
  var getFluentPalette = function getFluentPalette(theme) {
783
783
  // Check if theme is dark by looking at global color tokens
784
784
  var isDark = theme.colorNeutralBackground1.startsWith('#1') || theme.colorNeutralBackground1 === '#000000';
785
- return isDark ? ['#2899f5', '#ff8c00', '#32cd32', '#f06b71', '#c390f2', '#00b7c3', '#ffb900', '#b4a0ff', '#60cdff', '#92c353'] : ['#0078d4', '#d83b01', '#097223', '#a4262c', '#3f0c7aff', '#024339ff', '#791d2dff', '#005a9e', '#8764b8', '#376102ff'];
785
+ return isDark ? ['#2899f5', '#ff8c00', '#32cd32', '#f06b71', '#c390f2', '#00b7c3', '#ffb900', '#b4a0ff', '#60cdff', '#92c353'] : ['#0078d4', '#d83b01', '#097223', '#a4262c', '#3f0c7aff', '#024339ff', '#791d2dff', '#062843ff', '#8764b8', '#376102ff'];
786
786
  };
787
787
  /**
788
788
  * Returns animation configuration for instant interactions.
@@ -1857,7 +1857,6 @@ function ComboChart(_ref) {
1857
1857
  type: 'linear',
1858
1858
  position: 'left',
1859
1859
  stacked: true,
1860
- offset: true,
1861
1860
  ticks: {
1862
1861
  color: labelColor,
1863
1862
  font: {