Skip to content

Commit

Permalink
fix incorrect archetype on barchart
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Jun 7, 2023
1 parent a184618 commit b42f4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/re_space_view_bar_chart/src/scene_part.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pub struct SceneBarChart {

impl ScenePart<BarChartSpaceView> for SceneBarChart {
fn archetype(&self) -> ArchetypeDefinition {
vec1::vec1![re_components::TextEntry::name()]
vec1::vec1![Tensor::name()]
}

fn populate(
Expand Down

0 comments on commit b42f4f0

Please sign in to comment.