{
  "legacyTag": "oj-status-meter-gauge",
  "corePackTag": ["oj-c-meter-bar", "oj-c-meter-circle"],
  "migrateImports": {
    "from": "ojs/ojgauge",
    "to": ["oj-c/meter-bar", "oj-c/meter-circle", "oj-c/rating-gauge"]
  },
  "migrateTagByAttribute": [
    {
      "fromTag": "oj-status-meter-gauge",
      "toTag": "oj-c-meter-circle",
      "attribute": "orientation",
      "attributeValue": "circular"
    },
    {
      "fromTag": "oj-status-meter-gauge",
      "toTag": "oj-c-meter-bar",
      "attribute": "orientation",
      "attributeValue": "vertical"
    },
    {
      "fromTag": "oj-status-meter-gauge",
      "toTag": "oj-c-meter-bar",
      "attribute": "orientation",
      "attributeValue": "horizontal"
    },
    {
      "fromTag": "oj-status-meter-gauge",
      "toTag": "oj-c-meter-bar",
      "attribute": "",
      "attributeValue": ""
    }
  ],
  "migrateAttributes": [
    {
      "fromAttribute": "metric-label.converter",
      "fromValue": "",
      "toAttribute": "",
      "toValue": ""
    },
    {
      "fromAttribute": "metric-label.position",
      "fromValue": "",
      "toAttribute": "",
      "toValue": ""
    },
    {
      "fromAttribute": "metric-label.rendered",
      "fromValue": "",
      "toAttribute": "",
      "toValue": ""
    },
    {
      "fromAttribute": "metric-label.scaling",
      "fromValue": "",
      "toAttribute": "",
      "toValue": ""
    },
    {
      "fromAttribute": "metric-label.style",
      "fromValue": "",
      "toAttribute": "",
      "toValue": ""
    },
    {
      "fromAttribute": "metric-label.text",
      "fromValue": "",
      "toAttribute": "",
      "toValue": ""
    },
    {
      "fromAttribute": "metric-label.text-type",
      "fromValue": "",
      "toAttribute": "",
      "toValue": ""
    },
    {
      "fromAttribute": "thresholds",
      "fromKeyValue": {"shortDesc": ""},
      "toAttribute": "thresholds",
      "toKeyValue": {"accessibleLabel": ""}
    },
    {
      "fromAttribute": "threshold-display",
      "fromValue": "currentOnly",
      "toAttribute": "threshold-display",
      "toValue": "plotArea"
    },
    {
      "fromAttribute": "threshold-display",
      "fromValue": "onIndicator",
      "toAttribute": "threshold-display",
      "toValue": "indicator"
    },
    {
      "fromAttribute": "orientation",
      "fromValue": "circular",
      "toAttribute": "",
      "toValue": ""   
    }
  ],
  "ruleSetToIgnore": [
    {
      "attribute": "thresholds",
      "typeDefined": true
    }
  ],
  "NOT COMPLETE YET. NEED TO ADD MORE": {
    "plot-area": "auto"
  }
}
