[Bug] Not Able To Add 'Bin Width' and 'Number Of Bars' In 'x-axis' For Histogram and Not Able To 'See' Histogram Plotted Sometimes in Echarts

sqxo8psd  于 4个月前  发布在  Echarts
关注(0)|答案(1)|浏览(114)

Version

5.4.3

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

- OS:Win11
- Browser: Chrome
- Framework: Angular

Any additional comments?

No response

vfh0ocws

vfh0ocws1#

better if posted on the echarts-stat repo board, see duplicate there

相关问题