Begin work on purging the range bucket type from the codebase
This commit is contained in:
parent
5fe11fda0d
commit
ac93a3342f
3 changed files with 4 additions and 33 deletions
|
|
@ -2,7 +2,7 @@ export function createDiceTable(size) {
|
|||
return {
|
||||
name: `Dice/d${size}`,
|
||||
buckets: {
|
||||
type: `range`,
|
||||
type: `number`,
|
||||
min: 1,
|
||||
max: size,
|
||||
step: 1,
|
||||
|
|
@ -10,6 +10,7 @@ export function createDiceTable(size) {
|
|||
graph: {
|
||||
type: `bar`,
|
||||
stacked: true,
|
||||
showEmptyBuckets: true,
|
||||
},
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue