Remove options from the Hover Toolbar?

Found it, looked at the code. Here’s the solution:

render() {

    const config = { displayModeBar: false }
    const data = { ... something here ... }

    return <Plot config={config} data={data}/>
}

Now, does anyone know how to change the default interaction type? I’m really angry at whoever it is that thought zoom should be the default.
[edit] answered my own question here [/edit]