mirror of https://github.com/buster-so/buster.git
Add color by to the line
This commit is contained in:
parent
c5e6d8bef5
commit
2b5ca68e3c
|
@ -94,6 +94,7 @@ export const chartTypeToDropZones: Record<
|
|||
return [
|
||||
makeXAxisDropZone(_selectedAxis.x),
|
||||
makeYAxisDropZone(_selectedAxis.y),
|
||||
makeColorByDropZone(_selectedAxis.colorBy),
|
||||
makeCategoryAxisDropZone(_selectedAxis.category),
|
||||
makeTooltipDropZone(_selectedAxis.tooltip),
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue