extjs-gpl
Version:
GPL licensed version of Sencha Ext JS
39 lines (37 loc) • 676 B
JavaScript
Ext.define('Admin.data.qg.Area', {
extend: 'Admin.data.Simulated',
data: [
{
"xvalue": 0,
"yvalue": 100
},
{
"xvalue": 10,
"yvalue": 141
},
{
"xvalue": 20,
"yvalue": 120
},
{
"xvalue": 30,
"yvalue": 156
},
{
"xvalue": 40,
"yvalue": 130
},
{
"xvalue": 50,
"yvalue": 160
},
{
"xvalue": 60,
"yvalue": 120
},
{
"xvalue": 70,
"yvalue": 135
}
]
});