Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MG-209 - Update stacked line chart #243

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from
5 changes: 0 additions & 5 deletions ui/charts.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,6 @@ func CreateItem() []Item {
Content: "This is a double bar chart",
Widget: "doubleBarChart",
},
{
Title: "Multiple Line Chart",
Content: "This is a multiple line chart",
Widget: "multipleLineChart",
},
{
Title: "Step Chart",
Content: "This is a step chart",
Expand Down
Loading
Loading