6👍
✅
You have to import and register the Filler
plugin for the fill to work when using treeshaking:
import {Chart, Filler} from 'chart.js'
Chart.register(Filler)
Source:stackexchange.com