Tudor16c opened a new issue, #17789:
URL: https://github.com/apache/echarts/issues/17789
### Version
5.4.0
### Link to Minimal Reproduction
_No response_
### Steps to Reproduce
```
{
yAxisIndex: 0,
sampling: 'lttb',
large: true,
largeThreshold: 100,
name: 'Pressure In',
type: 'line',
smooth: true,
symbol: 'none',
encode: {
x: 'Time',
y: 'Bar',
itemName: 'Time',
tooltip: ['Bar']
},
data: pressureIn
},
```
### Current Behavior
I want to lower the threshold of the chart like in this chart
https://www.base.is/flot/ using sampling, large and largeThreshold which I
assume that those are the methods that I need for doing that, but it does not
have any influence over my code.
### Expected Behavior
I expect the lines to be much more smooth when using sampling, from this

I want it to be something like this

### Environment
```markdown
- OS: MacOS
- Browser:Chrome
- Framework: React
```
### Any additional comments?
_No response_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]