Range on Chart

Hello!
Please, tell me how I can highlight any range (multiple ranges) on the chart?
For an example: https://snippet.webix.com/oorjyin1

Hey @br_br, unfortunately the default Webix chart component doesn’t support this functionality. The snippet you’ve provided is trying to make use of an area type chart, which doesn’t really work out in the end anyway. The only good alternative would to use one of the provided chart integrations and use their API to do the work (Highcharts, for example).

Here is an example of using the highcharts.js library with the highlight enabled - https://snippet.webix.com/f74jywap. You can check out all of the available options via this link.

Thanks for the answer! I used amСharts