Feature Proposal
Currently when using tree shaking to create a verry basic scatter plot you need to import and register the lineElement since it extends the line controller and sets showLine to false.
This feels weird since a scatter chart does not show lines by default so you would expect it does not need the line element.
Possible Implementation
No response