Skip to content

Commit

Permalink
Update ColumnChartDashboard.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
recca5p authored Dec 24, 2024
1 parent fd4ec58 commit 3f2c04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/Sandbox/DashboardCreators/ColumnChartDashboard.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public RdashDocument CreateDashboard()
document.Visualizations.Add(new ColumnChartVisualization("Bar", excelDataSourceItem)
{
IsTitleVisible = true,
Description = "Create Bar Visualization"
Description = "Create Column Visualization"
}
.SetLabel(new DateDataField("Date") { AggregationType = DateAggregationType.Month })
.SetValues("Paid Traffic", "Organic Traffic", "Other Traffic")
Expand Down

0 comments on commit 3f2c04c

Please sign in to comment.