How to Add Horizontal Scroll in Bar Graph in Mendix?
0
I am using a bar chart in my Mendix application (with AnyChart), and I have data for more than 25–50 weeks. I want to display only a few bars (e.g., 15–20) at a time and allow users to scroll horizontally to view the remaining bars. However, I am unable to achieve a horizontal scrollbar. I have already tried setting the chart width and adjusting layout properties like fixedrange, automargin, and width, but still no scroll appears. My requirements: All bars should be clearly visible. Only 15–20 bars should be shown at a time. A horizontal scroll should appear to view the remaining bars. Has anyone successfully implemented horizontal scrolling in a bar chart within Mendix? If yes, can you please guide me on how to do it or share example configurations? Thanks in advance! Reemali Patil