@visactor/vchart-schema 0.0.1-beta.3 → 0.0.1-beta.4

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/vchart.json +44 -22
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "0.0.1-beta.3",
3
+ "version": "0.0.1-beta.4",
4
4
  "description": "The VChart JSON schema file.",
5
5
  "sideEffects": false,
6
6
  "main": "vchart.json",
package/vchart.json CHANGED
@@ -21673,6 +21673,9 @@
21673
21673
  },
21674
21674
  {
21675
21675
  "$ref": "#/definitions/ICartesianTimeAxisSpec"
21676
+ },
21677
+ {
21678
+ "$ref": "#/definitions/ICartesianLogAxisSpec"
21676
21679
  }
21677
21680
  ],
21678
21681
  "description": "spec"
@@ -21862,6 +21865,25 @@
21862
21865
  }
21863
21866
  ]
21864
21867
  },
21868
+ "ICartesianLogAxisSpec": {
21869
+ "allOf": [
21870
+ {
21871
+ "$ref": "#/definitions/ICommonAxisSpec"
21872
+ },
21873
+ {
21874
+ "typeof": "function"
21875
+ },
21876
+ {
21877
+ "$ref": "#/definitions/ILinearAxisSpec"
21878
+ },
21879
+ {
21880
+ "typeof": "function"
21881
+ },
21882
+ {
21883
+ "typeof": "function"
21884
+ }
21885
+ ]
21886
+ },
21865
21887
  "ICartesianSeriesSpec": {
21866
21888
  "properties": {
21867
21889
  "animation": {
@@ -57209,7 +57231,7 @@
57209
57231
  },
57210
57232
  "Map<Function,(...args:any[])=>void>": {
57211
57233
  "properties": {
57212
- "__@toStringTag@10995": {
57234
+ "__@toStringTag@11003": {
57213
57235
  "type": "string"
57214
57236
  },
57215
57237
  "size": {
@@ -57217,14 +57239,14 @@
57217
57239
  }
57218
57240
  },
57219
57241
  "required": [
57220
- "__@toStringTag@10995",
57242
+ "__@toStringTag@11003",
57221
57243
  "size"
57222
57244
  ],
57223
57245
  "type": "object"
57224
57246
  },
57225
57247
  "Map<number,IGraphicPicker>": {
57226
57248
  "properties": {
57227
- "__@toStringTag@10995": {
57249
+ "__@toStringTag@11003": {
57228
57250
  "type": "string"
57229
57251
  },
57230
57252
  "size": {
@@ -57232,14 +57254,14 @@
57232
57254
  }
57233
57255
  },
57234
57256
  "required": [
57235
- "__@toStringTag@10995",
57257
+ "__@toStringTag@11003",
57236
57258
  "size"
57237
57259
  ],
57238
57260
  "type": "object"
57239
57261
  },
57240
57262
  "Map<number,IGraphicRender>": {
57241
57263
  "properties": {
57242
- "__@toStringTag@10995": {
57264
+ "__@toStringTag@11003": {
57243
57265
  "type": "string"
57244
57266
  },
57245
57267
  "size": {
@@ -57247,14 +57269,14 @@
57247
57269
  }
57248
57270
  },
57249
57271
  "required": [
57250
- "__@toStringTag@10995",
57272
+ "__@toStringTag@11003",
57251
57273
  "size"
57252
57274
  ],
57253
57275
  "type": "object"
57254
57276
  },
57255
57277
  "Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
57256
57278
  "properties": {
57257
- "__@toStringTag@10995": {
57279
+ "__@toStringTag@11003": {
57258
57280
  "type": "string"
57259
57281
  },
57260
57282
  "size": {
@@ -57262,14 +57284,14 @@
57262
57284
  }
57263
57285
  },
57264
57286
  "required": [
57265
- "__@toStringTag@10995",
57287
+ "__@toStringTag@11003",
57266
57288
  "size"
57267
57289
  ],
57268
57290
  "type": "object"
57269
57291
  },
57270
57292
  "Map<string,Map<number,IGraphicRender>>": {
57271
57293
  "properties": {
57272
- "__@toStringTag@10995": {
57294
+ "__@toStringTag@11003": {
57273
57295
  "type": "string"
57274
57296
  },
57275
57297
  "size": {
@@ -57277,14 +57299,14 @@
57277
57299
  }
57278
57300
  },
57279
57301
  "required": [
57280
- "__@toStringTag@10995",
57302
+ "__@toStringTag@11003",
57281
57303
  "size"
57282
57304
  ],
57283
57305
  "type": "object"
57284
57306
  },
57285
57307
  "Map<string,any>": {
57286
57308
  "properties": {
57287
- "__@toStringTag@10995": {
57309
+ "__@toStringTag@11003": {
57288
57310
  "type": "string"
57289
57311
  },
57290
57312
  "size": {
@@ -57292,14 +57314,14 @@
57292
57314
  }
57293
57315
  },
57294
57316
  "required": [
57295
- "__@toStringTag@10995",
57317
+ "__@toStringTag@11003",
57296
57318
  "size"
57297
57319
  ],
57298
57320
  "type": "object"
57299
57321
  },
57300
57322
  "Map<string|HTMLCanvasElement|HTMLImageElement,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
57301
57323
  "properties": {
57302
- "__@toStringTag@10995": {
57324
+ "__@toStringTag@11003": {
57303
57325
  "type": "string"
57304
57326
  },
57305
57327
  "size": {
@@ -57307,14 +57329,14 @@
57307
57329
  }
57308
57330
  },
57309
57331
  "required": [
57310
- "__@toStringTag@10995",
57332
+ "__@toStringTag@11003",
57311
57333
  "size"
57312
57334
  ],
57313
57335
  "type": "object"
57314
57336
  },
57315
57337
  "Map<string|number,IAnimate>": {
57316
57338
  "properties": {
57317
- "__@toStringTag@10995": {
57339
+ "__@toStringTag@11003": {
57318
57340
  "type": "string"
57319
57341
  },
57320
57342
  "size": {
@@ -57322,7 +57344,7 @@
57322
57344
  }
57323
57345
  },
57324
57346
  "required": [
57325
- "__@toStringTag@10995",
57347
+ "__@toStringTag@11003",
57326
57348
  "size"
57327
57349
  ],
57328
57350
  "type": "object"
@@ -68699,34 +68721,34 @@
68699
68721
  },
68700
68722
  "Promise<FontFaceSet>": {
68701
68723
  "properties": {
68702
- "__@toStringTag@10995": {
68724
+ "__@toStringTag@11003": {
68703
68725
  "type": "string"
68704
68726
  }
68705
68727
  },
68706
68728
  "required": [
68707
- "__@toStringTag@10995"
68729
+ "__@toStringTag@11003"
68708
68730
  ],
68709
68731
  "type": "object"
68710
68732
  },
68711
68733
  "Promise<ServiceWorkerRegistration>": {
68712
68734
  "properties": {
68713
- "__@toStringTag@10995": {
68735
+ "__@toStringTag@11003": {
68714
68736
  "type": "string"
68715
68737
  }
68716
68738
  },
68717
68739
  "required": [
68718
- "__@toStringTag@10995"
68740
+ "__@toStringTag@11003"
68719
68741
  ],
68720
68742
  "type": "object"
68721
68743
  },
68722
68744
  "Promise<any>": {
68723
68745
  "properties": {
68724
- "__@toStringTag@10995": {
68746
+ "__@toStringTag@11003": {
68725
68747
  "type": "string"
68726
68748
  }
68727
68749
  },
68728
68750
  "required": [
68729
- "__@toStringTag@10995"
68751
+ "__@toStringTag@11003"
68730
68752
  ],
68731
68753
  "type": "object"
68732
68754
  },