@testgorilla/tgo-ui 3.9.5-beta-20.0.1 → 3.9.5-beta-20.0.2

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.
@@ -17480,7 +17480,7 @@ class GaussianChartComponent {
17480
17480
  mode: 'nearest',
17481
17481
  displayColors: false,
17482
17482
  callbacks: {
17483
- label: (tooltipItem) => {
17483
+ label: tooltipItem => {
17484
17484
  const value = (this.gaussianDistribution.cdf(parseFloat(tooltipItem.label)) * 100).toFixed(2);
17485
17485
  return `${value}%`;
17486
17486
  },