Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jqwidgets committed Oct 1, 2018
1 parent eb872a9 commit 5258b3a
Show file tree
Hide file tree
Showing 155 changed files with 163 additions and 163 deletions.
2 changes: 1 addition & 1 deletion chart/100stackedareaseries/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
{ name: 'SearchPaid' },
{ name: 'SearchNonPaid' }
],
url: '../sampledata/website_analytics.txt'
url: 'website_analytics.txt'
};
}
}
Expand Down
2 changes: 1 addition & 1 deletion chart/100stackedlineseries/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
{ name: 'SearchPaid' },
{ name: 'SearchNonPaid' }
],
url: '../sampledata/website_analytics.txt'
url: 'website_analytics.txt'
};
}
}
Expand Down
2 changes: 1 addition & 1 deletion chart/areaseries/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
{ name: 'S&P 500' },
{ name: 'NASDAQ' }
],
url: '../sampledata/nasdaq_vs_sp500.txt'
url: 'nasdaq_vs_sp500.txt'
};
}
Expand Down
2 changes: 1 addition & 1 deletion chart/areasplineseries/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
{ name: 'Population' },
{ name: 'Rate' }
],
url: '../sampledata/homeprices.txt'
url: 'homeprices.txt'
};
}
}
Expand Down
2 changes: 1 addition & 1 deletion chart/axisposition/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
{ name: 'Population' },
{ name: 'Rate' }
],
url: '../sampledata/homeprices.txt'
url: 'homeprices.txt'
};
}
}
Expand Down
2 changes: 1 addition & 1 deletion chart/candlestickchart/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
{ name: 'SPVolume' },
{ name: 'SPAdjClose' }
],
url: '../sampledata/nasdaq_vs_sp500_detailed.txt'
url: 'nasdaq_vs_sp500_detailed.txt'
};
},
methods: {
Expand Down
2 changes: 1 addition & 1 deletion chart/chartannotations/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
{ name: 'DebtPercent' },
{ name: 'Debt' }
],
url: '../sampledata/gdp_dept_2010.txt'
url: 'gdp_dept_2010.txt'
};
},
methods: {
Expand Down
2 changes: 1 addition & 1 deletion chart/chartcrosshairs/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
{ name: 'S&P 500' },
{ name: 'NASDAQ' }
],
url: '../sampledata/nasdaq_vs_sp500.txt'
url: 'nasdaq_vs_sp500.txt'
};
this.months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'];
Expand Down
2 changes: 1 addition & 1 deletion chart/chartprinting/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
{ name: 'DebtPercent' },
{ name: 'Debt' }
],
url: '../sampledata/gdp_dept_2010.txt'
url: 'gdp_dept_2010.txt'
};
},
methods: {
Expand Down
2 changes: 1 addition & 1 deletion chart/chartrangeselectorevents/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
{ name: 'SPVolume' },
{ name: 'SPAdjClose' }
],
url: '../sampledata/nasdaq_vs_sp500_detailed.txt'
url: 'nasdaq_vs_sp500_detailed.txt'
};
},
methods: {
Expand Down
4 changes: 2 additions & 2 deletions chart/chartwithtabs/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
{ name: 'SPVolume' },
{ name: 'SPAdjClose' }
],
url: '../sampledata/nasdaq_vs_sp500_detailed.txt'
url: 'nasdaq_vs_sp500_detailed.txt'
};
this.source2 = {
Expand All @@ -169,7 +169,7 @@
{ name: 'S&P 500' },
{ name: 'NASDAQ' }
],
url: '../sampledata/nasdaq_vs_sp500.txt'
url: 'nasdaq_vs_sp500.txt'
};
},
methods: {
Expand Down
2 changes: 1 addition & 1 deletion chart/colorbandsxaxis/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
{ name: 'West' },
{ name: 'UnitedStates' }
],
url: '../sampledata/us_homeownership_rate.csv'
url: 'us_homeownership_rate.csv'
};
},
methods: {
Expand Down
2 changes: 1 addition & 1 deletion chart/columnseries/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
{ name: 'DebtPercent' },
{ name: 'Debt' }
],
url: '../sampledata/gdp_dept_2010.txt'
url: 'gdp_dept_2010.txt'
};
}
}
Expand Down
2 changes: 1 addition & 1 deletion chart/columnserieswithlabels/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
{ name: 'DebtPercent' },
{ name: 'Debt' }
],
url: '../sampledata/gdp_dept_2010.txt'
url: 'gdp_dept_2010.txt'
};
}
}
Expand Down
2 changes: 1 addition & 1 deletion chart/columnseriewithconditionalcolors/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
{ name: 'Quarter' },
{ name: 'Change' }
],
url: '../sampledata/us_gdp_2008-2013.csv'
url: 'us_gdp_2008-2013.csv'
};
}
}
Expand Down
2 changes: 1 addition & 1 deletion chart/createComponent/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{ name: 'S&P 500' },
{ name: 'NASDAQ' }
],
url: '../sampledata/nasdaq_vs_sp500.txt'
url: 'nasdaq_vs_sp500.txt'
};
const dataAdapter = new jqx.dataAdapter(source, { async: false, autoBind: true, loadError: function (xhr, status, error) { alert('Error loading "' + source.url + '" : ' + error); } });
Expand Down
2 changes: 1 addition & 1 deletion chart/customdrawing/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
{ name: 'eu' }
],
/* EU map definitions in JSON derived from http://commons.wikimedia.org/wiki/File:116_000_map_of_Europe.svg */
url: '../sampledata/europe.txt'
url: 'europe.txt'
};
},
methods: {
Expand Down
2 changes: 1 addition & 1 deletion chart/customstyling/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
{ name: 'S&P 500' },
{ name: 'NASDAQ' }
],
url: '../sampledata/nasdaq_vs_sp500.txt'
url: 'nasdaq_vs_sp500.txt'
};
}
};
Expand Down
2 changes: 1 addition & 1 deletion chart/darkbackground/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
{ name: 'S&P 500' },
{ name: 'NASDAQ' }
],
url: '../sampledata/nasdaq_vs_sp500.txt'
url: 'nasdaq_vs_sp500.txt'
};
},
methods: {
Expand Down
2 changes: 1 addition & 1 deletion chart/datetimexaxisrangeselection/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
{ name: 'Volume' },
{ name: 'AdjClose' }
],
url: '../sampledata/TSLA_stockprice.csv'
url: 'TSLA_stockprice.csv'
};
this.months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'];
Expand Down
2 changes: 1 addition & 1 deletion chart/donutlabels/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
{ name: 'Browser' },
{ name: 'Share' }
],
url: '../sampledata/desktop_browsers_share_dec2011.txt'
url: 'desktop_browsers_share_dec2011.txt'
};
}
};
Expand Down
2 changes: 1 addition & 1 deletion chart/donutseries/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
{ name: 'Browser' },
{ name: 'Share' }
],
url: '../sampledata/desktop_browsers_share_dec2011.txt'
url: 'desktop_browsers_share_dec2011.txt'
};
}
};
Expand Down
2 changes: 1 addition & 1 deletion chart/exporttoimage/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
{ name: 'DebtPercent' },
{ name: 'Debt' }
],
url: '../sampledata/gdp_dept_2010.txt'
url: 'gdp_dept_2010.txt'
};
},
methods: {
Expand Down
2 changes: 1 addition & 1 deletion chart/fluidsize/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
{ name: 'DebtPercent' },
{ name: 'Debt' }
],
url: '../sampledata/gdp_dept_2010.txt'
url: 'gdp_dept_2010.txt'
};
}
};
Expand Down
2 changes: 1 addition & 1 deletion chart/lineseries/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
{ name: 'S&P 500' },
{ name: 'NASDAQ' }
],
url: '../sampledata/nasdaq_vs_sp500.txt'
url: 'nasdaq_vs_sp500.txt'
};
}
}
Expand Down
2 changes: 1 addition & 1 deletion chart/lineseriewithconditionalcolors/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
{ name: 'Quarter' },
{ name: 'Change' }
],
url: '../sampledata/us_gdp_2008-2013.csv'
url: 'us_gdp_2008-2013.csv'
};
}
};
Expand Down
2 changes: 1 addition & 1 deletion chart/negativevalues/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
{ name: 'min' },
{ name: 'max' },
],
url: '../sampledata/weather_geneva.txt'
url: 'weather_geneva.txt'
};
}
};
Expand Down
2 changes: 1 addition & 1 deletion chart/nondatexaxisrangeselection/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
{ name: 'Volume' },
{ name: 'AdjClose' }
],
url: '../sampledata/TSLA_stockprice.csv'
url: 'TSLA_stockprice.csv'
};
},
methods: {
Expand Down
2 changes: 1 addition & 1 deletion chart/ohlcchart/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
{ name: 'NQVolume' },
{ name: 'NQAdjClose' }
],
url: '../sampledata/nasdaq_vs_sp500_detailed.txt'
url: 'nasdaq_vs_sp500_detailed.txt'
};
},
methods: {
Expand Down
2 changes: 1 addition & 1 deletion chart/pieseries/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
{ name: 'Browser' },
{ name: 'Share' }
],
url: '../sampledata/desktop_browsers_share_dec2011.txt'
url: 'desktop_browsers_share_dec2011.txt'
};
}
};
Expand Down
2 changes: 1 addition & 1 deletion chart/pieserieslegend/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
{ name: 'Browser' },
{ name: 'Share' }
],
url: '../sampledata/mobile_browsers_share_dec2011.txt'
url: 'mobile_browsers_share_dec2011.txt'
};
}
};
Expand Down
2 changes: 1 addition & 1 deletion chart/polarseries/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
{ name: 'Population' },
{ name: 'Rate' }
],
url: '../sampledata/homeprices.txt'
url: 'homeprices.txt'
};
},
methods: {
Expand Down
2 changes: 1 addition & 1 deletion chart/polarseriesbands/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
{ name: 'Population' },
{ name: 'Rate' }
],
url: '../sampledata/homeprices.txt'
url: 'homeprices.txt'
};
},
methods: {
Expand Down
2 changes: 1 addition & 1 deletion chart/splineseries/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
{ name: 'Population' },
{ name: 'Rate' }
],
url: '../sampledata/homeprices.txt'
url: 'homeprices.txt'
};
}
};
Expand Down
2 changes: 1 addition & 1 deletion chart/stackedareaseries/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
{ name: 'SearchPaid' },
{ name: 'SearchNonPaid' }
],
url: '../sampledata/website_analytics.txt'
url: 'website_analytics.txt'
};
}
};
Expand Down
2 changes: 1 addition & 1 deletion chart/stackedlineseries/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
{ name: 'SearchPaid' },
{ name: 'SearchNonPaid' }
],
url: '../sampledata/website_analytics.txt'
url: 'website_analytics.txt'
};
}
};
Expand Down
2 changes: 1 addition & 1 deletion chart/steplineseries/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
{ name: 'Volume' },
{ name: 'AdjClose' }
],
url: '../sampledata/TSLA_stockprice.csv'
url: 'TSLA_stockprice.csv'
};
this.months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'];
Expand Down
2 changes: 1 addition & 1 deletion chart/textwrapping/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
{ name: 'DebtPercent' },
{ name: 'Debt' }
],
url: '../sampledata/gdp_dept_2010.txt'
url: 'gdp_dept_2010.txt'
};
},
methods: {
Expand Down
2 changes: 1 addition & 1 deletion chart/tooltipformatting/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
{ name: 'S&P 500' },
{ name: 'NASDAQ' }
],
url: '../sampledata/nasdaq_vs_sp500.txt'
url: 'nasdaq_vs_sp500.txt'
};
},
methods: {
Expand Down
2 changes: 1 addition & 1 deletion combobox/animation/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
{ name: 'ContactName' }
],
id: 'id',
url: '../sampledata/customers.txt'
url: 'customers.txt'
};
},
methods: {
Expand Down
2 changes: 1 addition & 1 deletion combobox/bindingtojson/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
{ name: 'ContactName' }
],
id: 'id',
url: '../sampledata/customers.txt'
url: 'customers.txt'
};
},
methods: {
Expand Down
2 changes: 1 addition & 1 deletion combobox/bindingtoxml/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
root: 'entry',
record: 'content',
id: 'm\\:properties>d\\:CustomerID',
url: '../sampledata/customers.xml'
url: 'customers.xml'
};
},
methods: {
Expand Down
Loading

0 comments on commit 5258b3a

Please sign in to comment.