Skip to content

Commit 173a776

Browse files
committed
comments
1 parent 4fd9c12 commit 173a776

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/summary-table.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function table(data, options = {}) {
5050
if (!data) return data;
5151
let table = _Inputs.table(data, options);
5252

53-
// Duck typing Arrow table
53+
// Duck typing Arrow table
5454
if (!Array.isArray(data?.schema?.fields)) return container;
5555

5656
// Get the fields as described by Arrow, in the order given (potentially) by the options.
@@ -196,6 +196,7 @@ async function summary(div, filters, refresh) {
196196
]
197197
});
198198

199+
// TODO multiple selections with event.shiftKey
199200
let currentMode;
200201
const buttons = d3.select(chart).selectAll("rect").on("click", function(event) {
201202
const mode = bars[this.__data__][0];

0 commit comments

Comments
 (0)