score:31

Accepted answer

This is because you are using treeshaking and not importing/registering the filler plugin.

import {Chart, Filler} from 'chart.js';

Chart.register(Filler);

Related Query

More Query from same tag