pratikg1234 opened a new issue, #19791: URL: https://github.com/apache/echarts/issues/19791
### Version 5.4.3 ### Link to Minimal Reproduction https://echarts.apache.org/examples/en/editor.html?c=line-simple ### Steps to Reproduce 1. Use the chart options given below to produce the histogram in e-charts. 2. A Json file has been attached along with the issue, this file contains the options data. [histogramOptions.json](https://github.com/apache/echarts/files/14866095/histogramOptions.json) ### Current Behavior 1. On plotting the histogram using the given options, the histogram is being displayed. 2. However, the plotted histogram is not as per expection. 3. The histogram looks like the following <img width="960" alt="image (2)" src="https://github.com/apache/echarts/assets/81704817/8de62d0c-7cd7-4a67-be6b-dd73cf3cc46e"> ### Expected Behavior 1. As per the given options, the histogram that should be plotted should look like the below attached image. 2. The alignment of the labels should be w.r.t the ticks. 3. Currently the label is aligned at the center of the plotted bar in histogram. <img width="959" alt="image (1)" src="https://github.com/apache/echarts/assets/81704817/2b8cea0e-c2ec-4445-9b0a-74924b399a5f"> ### Environment ```markdown - OS: Windows 11 - Browser: Chrome - Framework: Angular ``` ### Any additional comments? In case if the options that have been used for plotting the histogram needs to be modified, please attach the proper options data . -- 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]
