sea-chart 1.1.40 → 1.1.41

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.
@@ -13,7 +13,7 @@ const MAPLEVEL_SUPPORTED_COLUMN_TYPES = {
13
13
 
14
14
  // is
15
15
  export const isMapColumn = (column, mapLevel) => {
16
- if (!column) return false;
16
+ if (!column || !mapLevel) return false;
17
17
  const {
18
18
  type,
19
19
  data
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sea-chart",
3
- "version": "1.1.40",
3
+ "version": "1.1.41",
4
4
  "main": "./dist/index.js",
5
5
  "dependencies": {
6
6
  "@antv/data-set": "0.11.8",