_ echarts.init is not a function what is the problem?

const echarts = require ("echarts-gl");

      const KnowledgeOPs = echarts.init(document.getElementById("containerKG"));
      _echarts.init is not a function 
Mar.28,2021

const echarts = require ('echarts');
require (' echarts-gl');
const KnowledgeOPs = echarts.init (document.getElementById ('containerKG'));
) so that you won't make a mistake

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3ae98-e79f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3ae98-e79f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?