realmap 1.1.5 → 1.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/band.js +1 -1
- package/band.mjs +1 -1
- package/chart.js +1 -1
- package/chart.mjs +1 -1
- package/design.js +1 -1
- package/design.mjs +1 -1
- package/editing.js +1 -1
- package/editing.mjs +1 -1
- package/export.js +1 -1
- package/export.mjs +1 -1
- package/feature.js +1 -1
- package/feature.mjs +1 -1
- package/gl.js +1 -1
- package/gl.mjs +1 -1
- package/heatmap.js +1 -1
- package/heatmap.mjs +1 -1
- package/index.d.ts +1 -0
- package/index.js +2 -2
- package/index.mjs +2 -2
- package/package.json +1 -1
- package/region.js +1 -1
- package/region.mjs +1 -1
- package/sankey.js +1 -1
- package/sankey.mjs +1 -1
- package/table.js +1 -1
- package/table.mjs +1 -1
- package/tiledweb.js +1 -1
- package/tiledweb.mjs +1 -1
- package/track.js +1 -1
- package/track.mjs +1 -1
- package/vector.js +1 -1
- package/vector.mjs +1 -1
package/band.js
CHANGED
package/band.mjs
CHANGED
package/chart.js
CHANGED
package/chart.mjs
CHANGED
package/design.js
CHANGED
package/design.mjs
CHANGED
package/editing.js
CHANGED
package/editing.mjs
CHANGED
package/export.js
CHANGED
package/export.mjs
CHANGED
package/feature.js
CHANGED
package/feature.mjs
CHANGED
package/gl.js
CHANGED
package/gl.mjs
CHANGED
package/heatmap.js
CHANGED
package/heatmap.mjs
CHANGED
package/index.d.ts
CHANGED
|
@@ -8724,6 +8724,7 @@ declare class MapChart {
|
|
|
8724
8724
|
pointToMap(x: number, y: number): MapCoord;
|
|
8725
8725
|
drilldown(series?: number | string | MapSeries, area?: string): Promise<void>;
|
|
8726
8726
|
drillup(series?: number | string | MapSeries): Promise<void>;
|
|
8727
|
+
destroy(): void;
|
|
8727
8728
|
}
|
|
8728
8729
|
|
|
8729
8730
|
/**
|