As someone who is new to JavaScript and charting, I am seeking assistance with a specific task. Despite browsing various JavaScript charting libraries and examples, none seem to address my issue:
My goal is to generate dynamic stacked bar charts, as depicted in the image linked below. The horizontal axis represents time, with the chart scrolling leftward as time progresses, displaying time markings on the x-axis. Each horizontal stacked bar corresponds to a different item on the y-axis, with numerous items listed. Text will be included within each section of the bar, detailing dynamically received information.
Thank you for any guidance!