Skip to content

Commit

Permalink
cleanup time axis spec
Browse files Browse the repository at this point in the history
  • Loading branch information
keckelt committed Jul 16, 2024
1 parent 385abb3 commit ed79638
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Overview/TimeAxis.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ const getBarSpec = executionData => {

const spec = {
$schema: 'https://vega.github.io/schema/vega-lite/v5.json',
description: 'A simple bar chart with embedded data.',
data: {
values: executionData
},
Expand Down Expand Up @@ -142,6 +141,5 @@ const getBarSpec = executionData => {
}
]
} as VisualizationSpec;
console.log('spec', spec);
return spec;
};

0 comments on commit ed79638

Please sign in to comment.