Skip to content

Commit

Permalink
fix typo on interpolated tooltip (#2998)
Browse files Browse the repository at this point in the history
  • Loading branch information
edugfilho authored Oct 23, 2024
1 parent c8f30c3 commit 2602edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/explore/QuantileExplorerView.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
</h3>
<span
use:tooltipAction={{
text: 'Generates percentiles using the Between Closest Ranks Linear Interpolation. WARNING: ONLY USE THIS WHEN THE PROBE DISTRIBUTION IS CONTINUOUS AND THE DATA WITHIN BUCKETS IS UNIFORMLY DISTRIBUTED. OTHERWISE THIS CAN SHOW INNACURATE OR MISLEADING RESULTS.',
text: 'Generates percentiles using the Between Closest Ranks Linear Interpolation. WARNING: ONLY USE THIS WHEN THE PROBE DISTRIBUTION IS CONTINUOUS AND THE DATA WITHIN BUCKETS IS UNIFORMLY DISTRIBUTED. OTHERWISE THIS CAN SHOW INACCURATE OR MISLEADING RESULTS.',
location: 'top',
}}
class="data-graphic__element-title__icon"
Expand Down

0 comments on commit 2602edf

Please sign in to comment.