@easyv/config 1.2.5 → 1.2.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/lib/label.js CHANGED
@@ -496,6 +496,9 @@ var axisLabel = function axisLabel() {
496
496
  }, {
497
497
  name: "2017-1-1",
498
498
  value: "YYYY-M-D"
499
+ }, {
500
+ name: "2017-01",
501
+ value: "YYYY-MM"
499
502
  }, {
500
503
  name: "2017-01-01",
501
504
  value: "YYYY-MM-DD"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@easyv/config",
3
- "version": "1.2.5",
3
+ "version": "1.2.6",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/src/label.js CHANGED
@@ -469,6 +469,10 @@ export const axisLabel = ({
469
469
  name: "2017-1-1",
470
470
  value: "YYYY-M-D",
471
471
  },
472
+ {
473
+ name: "2017-01",
474
+ value: "YYYY-MM",
475
+ },
472
476
  {
473
477
  name: "2017-01-01",
474
478
  value: "YYYY-MM-DD",