balasahebbagal opened a new issue, #19523:
URL: https://github.com/apache/echarts/issues/19523

   ### Version
   
   5.4.3
   
   ### Link to Minimal Reproduction
   
   
https://echarts.apache.org/examples/en/editor.html?c=line-simple&code=PYBwLglsB2AEC8sDeBYAULTsBEZjABtIRsAuZdLKnMAJwgHMGBTWsnAQwA8IBnbADSVqmbLwAWwAO7s6AV2ZCMImsy5gAymACeBZu1TKVWbADMYmiAC995AIwAmYSIC-z2C6VVc-AgCNgLgN3b3oGcTB2OwA2LxUzZg4wOVpbCiNjHABbDloAa2CMzJMJaVlaBRCVTyqRbByGCABjABVtEDTDYrrSmXJTDgJeZlrqGqL41N48VMLu6jFJPth5EYnXUbcM8e89FmgAEzn4nQ72MSbaQgJBUexBxmhzvVNIuLqIMGYsgAlmRgiUQADO8Fp9vgB1CAHMDiYGg7xfdRaXSdUbeczQSw2YGbdw7ExcACCPH45C6J3aaVwECy-gRJgOSQ47AA2gBdBmiaAcOnnW7rHA8ukAGWATSSUCe5Hq0IOegFxmwwuYLTUmh0CvJ6JMmOxaTsABYuQs9RD_uFIjKAgQDqxFd1sAA3ViQCUEIkER7nPAkE3eEAcA4HCDQBhsnUiADMIMj1FjguMCfmVCBcfZmxNyt5zAA4hwSORk_EHgxoC1mnkySsKoo7tw-CKOH5mDdtYmTE1CMA2DLaAw_BwABQg2Cj0d2ACUDuK2CuYCS1JnmWwwBdtFMBDKMvk0AlX2XSvE0OYAHl1wQC-wBkM6x3RL0ALLcJstts1hT-kpLR-h1-t8pPzjMwLA0awDWNYDzFoHIwC-XscCQbRkO0FwAFokEfR90KQYMXAAHWgJAfh-FxSCQLIsjIpBeF4FxsEzetSQrJoCnbeZFm3D87w40toChWF_3fVZGMFbAAjkQ5cm0fNC24rNeBAL0wAAOTkLIWwQ6J8VBbBtBJPgI0FClZxVc4iUPEsvTLFiq0AnjHQbXghOOFMcC7LcEOwABiQ0ABF_IAMUCyzZyfF9mwA8hVi_
 
Hofz_SLhNrWLTVA8CogcFKMR7WD4POJAnUGBR6LjAlZyckVQzRe8Fl6eyspML1oGYFEtXSNy6g8ntzl8gK_OChiaqoMqU1XaAAC1WGAa9BmGUqUrEJTPjUjT7XIABWBaVVk9gYy2nMxX3KVziyOUFX2uk1WRTVqo6nA9TAnF7EyuNsqxc0AStHAbTtNhStE4wTJXMyZQAIVChY-Ns6sYuAirEtc0auq87yHGiQ0DgAdijCGlXCrgXOi5LXu_aRf2gQn5JJ0QHvS56GppnKkjymUCqK5gSpqkalQqqrEY4uqiaAobGqq1rbruztuxRtGMexwa7u5x0YEmq4ZtvebgMU5SVs0-FgO2q9yD2g2DvFSUYBOs76VNy71XF_nHVpp7YEcBn7osD7LXOH77U1mrV1MUxhi-tG8QyTl3DEVgIGYatWVGIGlSZBcjLc1k7CBUcSfWyORdZBws4EWASeiPO3PLx1TmpJqbYDkGcAABVSJo-ClMccAW8Esgd9iOuwZGev8oKQv9jj9NJABJQ41HYNNBSVzAk_iFOWXIBP88L7ORczyv5gzouS5F3OGr3ldq-ePmLupZvmFb3h27sXGTG73v2v7weZVR9GsfWhXukXgsCefBp52iCPYcOVAMxoBcEAA
   
   ### Steps to Reproduce
   
   1. Create a graph with 2 series and 2 y axes. 
   2. Configure the 'splitNumber' property which is present within individual 
configured y axis.
   3. Populate the 'data' property which is present within individual 
configured series.
   4. Try changing the value of 'splitNumber' property in both of the y axis.
   5. Set the  'splitNumber' property in 'y axis 1' to 10 and in 'y axis 2' to 
5.
   6. Below mentioned is the object that can be used to generate the behavior.
   7.  Try changing the 'splitNumber' property of both the axis and test the 
result.
   
   [options 
array.json](https://github.com/apache/echarts/files/13966005/options.array.json)
   
   
   ### Current Behavior
   
   1. The graph is getting plotted by using the data array present in the 
series property.
   2. The total split points or intervals and labels that we get to see on 'y 
axis 1' is 10 (As expected).
   3. The total split points or intervals and labels that we get to see on 'y 
axis 2' is 10 (Should have been 5).
   
   ![splitNumber Demo 
2](https://github.com/apache/echarts/assets/77069053/d6358a0f-04fa-49e2-b18f-05571c4b6179)
   
   
   ### Expected Behavior
   
   1. The graph is getting plotted by using the data array present in the 
series property.
   2. The total split points or intervals and labels that we get to see on 'y 
axis 1' should be 10 as the 'splitNumber' property of the y axis 1 is set to 10.
   3. The total split points or intervals and labels that we get to see on 'y 
axis 2' should be 5 as the 'splitNumber' property of the y axis 2 is set to 5. 
However, the total split points or intervals and labels that we get to see on 
'y axis 2' is 10.
   4.  Also tried to plot graph using different 'splitNumber' values and here 
are the results. These results are not as per the expected behavior.
   ![splitNumber Demo 
1](https://github.com/apache/echarts/assets/77069053/5f433804-3553-45ea-b7c9-5a80e88c4b7f)
   ![splitNumber Demo 
3](https://github.com/apache/echarts/assets/77069053/f64e9c52-54db-4d1d-826f-bfc6294084bf)
   
   
   ### Environment
   
   ```markdown
   - OS: Win11
   - Browser: Chrome
   - Framework: Angular
   ```
   
   
   ### 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]

Reply via email to