Is your feature request related to a problem? Please describe.
Currently I can style only the whole chart via theme prop in <Settings /> component as described in the storybook.
But the TSVB currently has a possibility to style each series separately:

Describe the solution you'd like
I think each series should have its own style option, which should have fill, line width and point size fields inside:
e.x. <LineSeries theme={ { fill: 0.5, lineWidth: 2, pointSize: 3} }
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Kibana Cross Issues
Add any Kibana related issues/feature requests here.
Checklist
Is your feature request related to a problem? Please describe.

Currently I can style only the whole chart via
themeprop in<Settings />component as described in the storybook.But the TSVB currently has a possibility to style each series separately:
Describe the solution you'd like
I think each series should have its own style option, which should have
fill,line widthandpoint sizefields inside:e.x.
<LineSeries theme={ { fill: 0.5, lineWidth: 2, pointSize: 3} }Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Kibana Cross Issues
Add any Kibana related issues/feature requests here.
Checklist
Kibana Cross Issueslistkibana cross issuetag is associated to the issue if any kibana cross issue is present