Skip to content

Commit

Permalink
[ADD] pivots: TODO
Browse files Browse the repository at this point in the history
Co-authored-by: rrahir <rar@odoo.com>
Co-authored-by: Pierre Rousseau <pro@odoo.com>
  • Loading branch information
pro-odoo and rrahir committed Apr 18, 2024
1 parent a334c10 commit a973988
Show file tree
Hide file tree
Showing 54 changed files with 545,014 additions and 169 deletions.
608 changes: 608 additions & 0 deletions demo/data.js

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion demo/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Don't remove unused import
// organize-imports-ignore
import { demoData, makeLargeDataset } from "./data.js";
import { pivotData } from "./pivot_data.js";
import { currenciesData } from "./currencies.js";
import { WebsocketTransport } from "./transport.js";
import { FileStore } from "./file_store.js";
Expand Down Expand Up @@ -256,7 +257,8 @@ class Demo extends Component {
this.transportService = undefined;
this.stateUpdateMessages = [];
}
this.createModel(data || demoData);
// this.createModel(data || demoData);
this.createModel(pivotData);
// this.createModel(makeLargeDataset(26, 10_000, ["numbers"]));
// this.createModel({});
}
Expand Down

0 comments on commit a973988

Please sign in to comment.