forked from 0x2620/oxjs
TextList -> TableList
This commit is contained in:
parent
7648d2d4ac
commit
bdebb03a45
17 changed files with 101 additions and 104 deletions
2
source/Ox.UI/js/List/Chart.js
vendored
2
source/Ox.UI/js/List/Chart.js
vendored
|
|
@ -169,7 +169,7 @@ Ox.Chart = function(options, self) {
|
|||
}
|
||||
|
||||
function renderChart() {
|
||||
return Ox.TextList({
|
||||
return Ox.TableList({
|
||||
columns: getColumns(),
|
||||
items: self.items,
|
||||
max: 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue