Add color by to the line

This commit is contained in:
Nate Kelley 2025-09-27 00:06:10 -06:00
parent c5e6d8bef5
commit 2b5ca68e3c
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ export const chartTypeToDropZones: Record<
return [
makeXAxisDropZone(_selectedAxis.x),
makeYAxisDropZone(_selectedAxis.y),
makeColorByDropZone(_selectedAxis.colorBy),
makeCategoryAxisDropZone(_selectedAxis.category),
makeTooltipDropZone(_selectedAxis.tooltip),
];