czphappy opened a new issue, #18239: URL: https://github.com/apache/echarts/issues/18239
### Version 5.4.1 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce // See https://github.com/ecomfe/echarts-stat echarts.registerTransform(ecStat.transform.regression); option = { dataset: [ { source: [ ['1', '4862.4'], ['2', '5294.7'], [3, 5934.5], [4, 7171.0], [5, 8964.4], [6, 10202.2], [7, 11962.5], [8, 14928.3], [9, 16909.2], [10, 18547.9], [11, 21617.8], [12, 26638.1], [13, 34634.4], [14, 46759.4], [15, 58478.1], [16, 67884.6], [17, 74462.6], [18, 79395.7] ] }, ], title: { text: '1981 - 1998 gross domestic product GDP (trillion yuan)', subtext: 'By ecStat.regression', sublink: 'https://github.com/ecomfe/echarts-stat', left: 'center' }, tooltip: { trigger: 'axis', axisPointer: { type: 'cross' } }, xAxis: { type:"category", splitLine: { lineStyle: { type: 'dashed' } } }, yAxis: { type:"category", splitLine: { lineStyle: { type: 'dashed' } } }, series: [ { name: 'scatter', type: 'scatter', datasetIndex: 0 }, ] }; ### Current Behavior  ### Expected Behavior there is a ponit where x = 1 ### Environment ```markdown - OS: - Browser: - Framework: ``` ### 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]
