{
  "name": "crn-chart",
  "text_pt_BR": "Gráfico",
  "text_en_US": "Chart",
  "image": "/node_modules/cronapp-framework-mobile-js/img/cron-icon/crn-chart.svg",
  "description": "Exibição de gráfico com valores da fonte de dados",
  "description_en_US": "Graph display with data source values",
  "category": [
      "LAYOUTS"
  ],
  "wrapper": false,
  "forcedGroup": true,
  "template": "<div class=\"col-xs-12\"> <canvas id=\"chart${RANDOM}\" data-component=\"crn-chart\" class=\"col-xs-12\"></canvas></div>",
  "designTimeHTML": "<img alt=\"qr-code\" style=\"height: 100%;width:100%;min-height:100%; min-width:100%;\"  src=\"node_modules/cronapp-framework-mobile-js/img/svg-charts.svg\"/>",
  "designTimeSelector": "canvas",
  "properties": {
    "ng-click": {
      "removable": true,
      "type": "event"
    },
    "on-tap": {
      "removable": true,
      "type": "event"
    },
    "on-double-tap": {
      "removable": true,
      "type": "event"
    },
    "on-hold": {
      "removable": true,
      "type": "event"
    },
    "on-drag": {
      "removable": true,
      "type": "event"
    },
    "on-swipe": {
      "removable": true,
      "type": "event"
    },
    "id": {
      "order": 1
    },
    "class": {
      "order": 9999
    }
  },
  "childrenProperties": [
    {
      "name": "id",
      "selector": "canvas",
      "type": "text",
      "displayName_pt_BR": "Identificador do Canvas",
      "displayName_en_US": "Canvas Id"
    }
  ]
}