All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.fastchar.extjs.echarts.echart-json.json Maven / Gradle / Ivy

Go to download

FastChar-ExtJs is a Java Web framework that uses extjs libraries.Quickly build a background management system

There is a newer version: 2.2.2
Show newest version
{
  "title": {
    "show": false
  },
  "tooltip": {
    "trigger": "axis",
    "axisPointer": {
      "type": "shadow"
    }
  },
  "grid": {
    "left": "3%",
    "right": "3%",
    "containLabel": true
  },
  "toolbox": {
    "feature": {
      "magicType": {
        "show": true,
        "type": [
          "line",
          "bar",
          "stack"
        ]
      },
      "saveAsImage": {
        "show": false
      }
    },
    "show": false,
    "orient": "vertical",
    "top": "center",
    "right": 10
  },
  "legend": {
    "data": []
  },
  "xAxis": [
    {
      "type": "category",
      "data": []
    }
  ],
  "dataZoom": [
    {
      "type": "inside",
      "start": 0,
      "end": 100
    }, {
      "start": 0,
      "end": 100
    }],
  "yAxis": [
    {
      "type": "value"
    }
  ],
  "series": []
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy