How to add third pary charts (ex: highchart ) in Webix jet ?

How to use html code in webix jet i want to add html tags. i have new design…

i am using webix jet(micro framework)

Hello,

Custom HTML can be placed into Webix template.

But actually the best solution for your case is to create a custom widget that will act as a wrapper to a third-party. At the moment, we have a number of ready-made intergations.

For highcharts, please consider the following samples:

Basic usage: https://webix.com/snippet/5f55c09b
Custom components https://webix.com/snippet/4e654e25

In Jet environment, you should add a file with a custom widget somethere to your project and import it into the needed view module. Then you will be able to use it like any other Webix widget.

Thanks Helga,

Without Webix template Option any possible to add HTML Code? In webixjet

In webix jet it will be a template based view as well.

https://snippet.webix.com/lgo4ewm5

The more complicated approach will be to create a custom view around the highcharts, similar to next