Using the Category metrics widget on Dashboard, is it possible to enable the D3 zoom on it?

Or, it would be possible to enable the "disabling" data visualization by clicking on the legend?

In D3 charting, thes option to zoom would be:

'zoom' => [
                   'enabled' => true,
                   'rescale' => true,
                 ]