pratikg1234 opened a new issue, #19749: URL: https://github.com/apache/echarts/issues/19749
### Version 5.4.3 ### Link to Minimal Reproduction https://echarts.apache.org/examples/en/editor.html?c=bar-histogram&lang=ts&code=PYBwLglsB2AEC8sDeAoW7YBMCGZsGcBTMALlgG1UNrZ9gBXAJwGNCzy0avyAOAOgDMAGlgBGACwCAuiN58AbCIBMEmRX49lAVlFryogAx8ty-XsN8A7CJ5nZFzbACc0-6L4GRoy3Yqj3nrACTubuosoqoXxKXjw8UcKwWpZR4iJOum58aWIZUdaw8fZKHl5OvvolTl6WKcV81WJarn4CgsoGma1WZSH2bY7idX7ipYVd-qMxzkUjxl6R9vJjAsP6y4miSuaW7WIGWjvzYvKz-ruNPOLm_IGiTmuit15ah7JKRopiSoecXFJ_WAAXxEVC4sDAjGw0HwADNgIwALZkMHgjBgACeIDYsAA5IRmABlPCkAAWEHwYGAAHMoYjcYDqEDAUCZICqcAADaQEAokGAgAeAEEBRSUYz0VicbiAG7YTn0Qi4oQS9D4ZjynGQxUslXUDEisXIfnUIiMCCEfDsVE0aDYRHS8mUml05WqiFSsi4gBG2EYbrRvsYAHUIJgwKSvU4nMYAKQB8Gc7Dewic8Vo02k4AAdzI2sIeoz6BAwHwEEgMC9VJADLRJvBODwRDAAEloJhCAKyOF3cwuQivd6FUrC1xCNA-x2UbAu7BAhjuyJy4REQA5e048TA3XId12h1ezkQaAj92Y7GH4-ntGNgjENsd2c9tHjyc4pAzsjz7vAkTu_AYoi3pcoSEAAF5sIYo40EeJ7EhinLvu61B9pyA54owhCYLisDuvWXD4IiwDABGJD5iyAJAgA3EAA ### Steps to Reproduce 1. Create the Histogram using ecStat library as Histogram is directly not supported by Echarts. 2. Add bar series in order to make histogram 3. Add Line series in order to display line on Histogram. ### Current Behavior 1.The Histogram getting plotted using ecStat library 2. The line on the Histogram getting plotted. 3. The intervals (Bin width) and the number of bars are set automatically. 4. The lsl(lower specification limit) & usl(upper specification limit) are set automatically. 5. Sometimes it is getting plotted and sometimes not.  ### Expected Behavior 1. The intervals(Bin Width) should not set automatically, instead user should be able to set it manually. 2. The lsl(lower specification limit) & usl(upper specification limit) should not set automatically, user should have choice to set it manually. 3. The Histogram chart should plot along with mentioned configurations. ### 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]
