Charts: Add stacked support in line chart
Created by: vovakulikov
Context
This PR adds support stacked data in the line chart. Note that this PR change nothing about main charts. So it could be safely merged into the main.
Changes
- Now
LineCharts
hasstacked
prop for data stacked mode - In stacked mode chart's tooltip shows self and absolute item's value
- Add storybook examples for stacked mode
Test plan
Check new chart storybook stories. Make sure that the main functionality hasn't been affected by stacked chart mode changes.