I am currently experimenting with sliders via the
viewof width = slider({
min: 0, max: 500, step: 10, value: 250, format: ","
})
I would like to create a cell with multiple sliders, each connected to a single variable.
I would also like to lay them out across multiple columns to control many aspects of a chart without taking too much space.
Is this possible? Any advice is appreciated.