Closed wylieconlon closed 1 year ago
Pinging @elastic/kibana-app (Team:KibanaApp)
Elastic-charts has already all these curve types for LineSeries and AreaSeries see https://elastic.github.io/elastic-charts/?path=/story/line-chart--curved-with-axis-and-legend
The main remaining type to support is Stepped.
stepped would be an additional option and require us to change the curve from an on/off to a dropdown - https://github.com/elastic/elastic-charts/blob/master/storybook/stories/area/20_stepped_area.tsx#L435
closing in favour of https://github.com/elastic/kibana/issues/154410
The main remaining type to support is Stepped.
There are some basic curve options that users should be able to select for each line in Lens. This option should be presented for each line series, so that you could mix curve types if you choose to.
However, the number of options available in Elastic charts is higher than what we should support.
In the Visualize line chart, we support three options only:
Of the curve options that are available with a demo here, we should support these:
This leaves the following curve types unsupported:
cc @markov00