I am trying to update a Victory chart on button press using state from a react hook like so:
const [weightData, setData] = useState([]); const [date, setDate]