Version
5.4.3
Link to Minimal Reproduction
Steps to Reproduce
- Create the Histogram using ecStat library as Histogram is directly not supported by Echarts.
- Add bar series in order to make histogram
- 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
- The intervals(Bin Width) should not set automatically, instead user should be able to set it manually.
- The lsl(lower specification limit) & usl(upper specification limit) should not set automatically, user should have choice to set it manually.
- The Histogram chart should plot along with mentioned configurations.
Environment
- OS:Win11
- Browser: Chrome
- Framework: Angular
Any additional comments?
No response
1条答案
按热度按时间vfh0ocws1#
better if posted on the echarts-stat repo board, see duplicate there