Make error message more descriptive

This commit is contained in:
Sam Nolan 2022-05-02 20:54:33 +00:00
parent 7e05d63009
commit 06c479b547

View File

@ -68,7 +68,7 @@ export const DistributionChart: React.FC<DistributionChartProps> = ({
onChange={setLogX}
disabled={true}
tooltip={
"Your distribution has mass lower than or equal to 0, cannot use log scale"
"Your distribution has mass lower than or equal to 0. Log only works on strictly positive values."
}
/>
) : (