pinklaosa commented on issue #21019: URL: https://github.com/apache/echarts/issues/21019#issuecomment-2954009611
@helgasoft Thank you for your suggestion and for looking into this. I have considered using markArea, and it's a great solution for creating static, styled highlights on the chart after a selection is made. However, the core requirement for my use case is to retain the full interactivity of the brush component. With the markArea approach, once the brush is converted into a markArea, we lose the ability to: Easily resize or move the selected area using the brush handles. Trigger brushselected events if a user wants to adjust a previous selection. Allow the user to interact with multiple, independent brush areas simultaneously. In short, while markArea can replicate the visual appearance of a styled selection, it cannot replicate the interactive functionality of the native brush tool, which is essential for my application. My goal is to allow users to create and adjust multiple, distinctly-styled brushes dynamically. Thank you again for your time and suggestion. -- 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: commits-unsubscr...@echarts.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org For additional commands, e-mail: commits-h...@echarts.apache.org