UNPKG

realmap

Version:

Wooritech map chart component library

8 lines (6 loc) 387 B
/** * RealMap Editing v1.0.11 * Copyright (C) 2023-2025 WooriTech Inc. * All Rights Reserved. */ import*as r from"./index.mjs";import{MapTool as e,ChartControl as t}from"./index.mjs";class s extends e{_getDragTracker(r,e,t){return console.log("get drag tracker"),super._getDragTracker(r,e,t)}}r.setGlobals({chartControl:class extends t{_creatDefaultTool(){return new s(this)}}});