This is my first question on stackoverflow. I will try to explain my problem in detail.
I need to render a histogram in which the time for one selected day will be on the X-axis, and the number of parts produced will be on the Y-axis.
But there is a nuance. Also, along the Y axis, I need to draw a FACT scale, which along the X axis should be divided between points in time.
The question is this. How to make a chart that will have a vertical bar and a distributed horizontal bar, as well as several Y axes?
I am attaching a screenshot of the histogram design.
I tried to implement something similar on d3 + react, but didn’t understand the API.
Perhaps you can recommend some other library that will make it possible to combine and display the histogram in the desired view.
enter image description here
K.Demirel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.