extjs-gpl
Version:
GPL licensed version of Sencha Ext JS
42 lines (40 loc) • 801 B
JavaScript
Ext.define('Admin.data.dashboard.Visitor', {
extend: 'Admin.data.Simulated',
data: [
{
"xvalue": 0,
"y1value": 10,
"y2value": 10
},
{
"xvalue": 5,
"y1value": 15,
"y2value": 15
},
{
"xvalue": 10,
"y1value": 20,
"y2value": 20
},
{
"xvalue": 15,
"y1value": 15,
"y2value": 15
},
{
"xvalue": 20,
"y1value": 20,
"y2value": 20
},
{
"xvalue": 25,
"y1value": 15,
"y2value": 15
},
{
"xvalue": 30,
"y1value": 20,
"y2value": 20
}
]
});