VizierDB / vizier-scala

The Vizier kernel-free notebook programming environment
Other
34 stars 11 forks source link

Grouping bar chart implementation #282

Closed cameronjtoy closed 9 months ago

cameronjtoy commented 10 months ago

Create Group Bar Chart Command. Create a new File BarChart.scala. This file utilizes different methods from the other commands as it needs group markings. Changed plot utilized to implement these changes and made a new function for the use case of categorical data. Create an aggregation function to sum the y-axis. Add changes to VegaChart to include the Mark types with VegaMark. Make sorting conditionals for the x-axis if the user wants the x-axis sorted.

okennedy commented 9 months ago

Sort-related changes not yet applied.