We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa61ea3 commit e14afe1Copy full SHA for e14afe1
lib/clients/Histogram.ts
@@ -61,7 +61,7 @@ export class Histogram extends MosaicClient implements Mark {
61
type: options.type,
62
};
63
// calls this.channelField internally
64
- let bin = mplot.bin(options.column)(this, "x");
+ let bin = mplot.bin(options.column, { steps: 18 })(this, "x");
65
this.#select = { x1: bin.x1, x2: bin.x2, y: count() };
66
this.#interval = new mplot.Interval1D(this, {
67
channel: "x",
0 commit comments