com.fastchar.extjs.echarts.echart-json.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fastchar-extjs Show documentation
Show all versions of fastchar-extjs Show documentation
FastChar-ExtJs is a Java Web framework that uses extjs libraries.Quickly build a background management system
{
"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