{
    "legacyTag": "oj-chart",
    "corePackTag": ["oj-c-line-chart", "oj-c-area-chart"],
    "migrateImports": {
      "from": "ojs/ojchart",
      "to": ["oj-c/area-chart", "oj-c/line-chart"]
    },
    "migrateTagByAttribute": [
        {
            "fromTag": "oj-chart",
            "toTag": "oj-c-line-chart",
            "attribute": "type",
            "attributeValue": "line"
        },
        {
            "fromTag": "oj-chart",
            "toTag": "oj-c-area-chart",
            "attribute": "type",
            "attributeValue": "area"
        }
    ],
    "migrateAttributes": [
      {
        "fromAttribute": "type",
        "fromValue": "",
        "toAttribute": "",
        "toValue": ""
      },
      {
        "fromAttribute": "track-resize",
        "fromValue": "",
        "toAttribute": "",
        "toValue": ""
      }
    ],
    "ruleSetToIgnore": [
        {
            "attribute": "type",
            "allowedValues": ["line", "area"]
        },
        {
            "missAttribute": {
              "type": ""
            }
        }
    ]
}