Closed krishna9390 closed 7 months ago
Hi @krishna9390! You can use ScrollablePlotArea within the minWidth parameter adjusted to your requirements:
ScrollablePlotArea
minWidth
let options = HIOptions() let chart = HIChart() chart.scrollablePlotArea = HIScrollablePlotArea() chart.scrollablePlotArea.minWidth = 700 options.chart = chart
@krishna9390 can i close this issue?
Closing due to inactivity. Please feel free to reopen the ticket if you have any further questions.
Hi @krishna9390! You can use
ScrollablePlotArea
within theminWidth
parameter adjusted to your requirements: