maps doesn't work

Hello, i have a problem with my project. I did script by this guide (Interactive Map with Webix GeoChart), but it doesn’t work, although here: https://snippet.webix.com/ everything works. In my project doesnt work only the map based on your framework, but everything is ok. I cant
attach files, so i give you a link, but try to start this on your computer: Edit fiddle - JSFiddle - Code Playground

Hello @Sisikaki ,

I cant attach files, so i give you a link, but try to start this on your computer:

As far as I can see, in the example that you attached external resources like webix.css and webix.js were not added to your fiddle. Here’s a working example, please check:
https://jsfiddle.net/pLdrynmj/

In my project doesnt work only the map based on your framework, but everything is ok

The bare minimum required to run Webix in your project is having the webix.js and webix.css files in your codebase folder (either minified or non-minified), it is also expected that you have the fonts folder located in the codebase folder. The rest of the included files are optional, and may be excluded if there is no need for them in your project:

  • The skins folder contains all of the alternative skins (you will have to link them to your page separately to use them)
  • The types folder contains type definitions for TypeScript

For more details, please check the Webix Installation Guide.