extjs-gpl
Version:
GPL licensed version of Sencha Ext JS
39 lines (37 loc) • 676 B
JavaScript
Ext.define('Admin.data.qg.Line', {
extend: 'Admin.data.Simulated',
data: [
{
"xvalue": 0,
"yvalue": 250
},
{
"xvalue": 10,
"yvalue": 300
},
{
"xvalue": 20,
"yvalue": 270
},
{
"xvalue": 30,
"yvalue": 370
},
{
"xvalue": 40,
"yvalue": 400
},
{
"xvalue": 50,
"yvalue": 350
},
{
"xvalue": 60,
"yvalue": 410
},
{
"xvalue": 70,
"yvalue": 450
}
]
});