Skip to content

Commit

Permalink
rm points
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnyama committed Dec 5, 2024
1 parent 53d2b6c commit a624efa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/client/hmi-client/src/services/charts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1334,8 +1334,7 @@ export function createDatasetCompareChart(values: any[], headerName: string) {
layer: [
{
mark: {
type: 'line',
point: true
type: 'line'
},
encoding: {
x: { field: 'timepoint', type: 'quantitative' },
Expand Down

0 comments on commit a624efa

Please sign in to comment.