You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to add errorBarMinKey which defaults to errMin and errorBarMaxKey which defaults to errMax as props so that users can pass errors in each row of their data. We can also do a PropType check where we check that row[errorBarMinKey] < row[weightKey] < row[errorBarMaxKey], because we'd get strange error bars otherwise.
The text was updated successfully, but these errors were encountered:
We need to add
errorBarMinKey
which defaults toerrMin
anderrorBarMaxKey
which defaults toerrMax
as props so that users can pass errors in each row of their data. We can also do a PropType check where we check thatrow[errorBarMinKey] < row[weightKey] < row[errorBarMaxKey]
, because we'd get strange error bars otherwise.The text was updated successfully, but these errors were encountered: