Skip to content

Commit

Permalink
BarChart demos updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
gvreddy04 committed Jun 22, 2024
1 parent ce59807 commit 19dc548
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
BackgroundColor = new List<string> { ColorUtility.CategoricalTwelveColors[0] },
BorderColor = new List<string> { ColorUtility.CategoricalTwelveColors[0] },
BorderWidth = new List<double> { 0 },
IndexAxis = "y",
};
datasets.Add(dataset1);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
BackgroundColor = new List<string> { colors[0] },
BorderColor = new List<string> { colors[0] },
BorderWidth = new List<double> { 0 },
IndexAxis = "y",
};
datasets.Add(dataset1);

Expand All @@ -29,6 +30,7 @@
BackgroundColor = new List<string> { colors[1] },
BorderColor = new List<string> { colors[1] },
BorderWidth = new List<double> { 0 },
IndexAxis = "y",
};
datasets.Add(dataset2);

Expand All @@ -39,6 +41,7 @@
BackgroundColor = new List<string> { colors[2] },
BorderColor = new List<string> { colors[2] },
BorderWidth = new List<double> { 0 },
IndexAxis = "y",
};
datasets.Add(dataset3);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
BackgroundColor = new List<string> { colors[0] },
BorderColor = new List<string> { colors[0] },
BorderWidth = new List<double> { 0 },
IndexAxis = "y",
};
datasets.Add(dataset1);

Expand All @@ -29,6 +30,7 @@
BackgroundColor = new List<string> { colors[1] },
BorderColor = new List<string> { colors[1] },
BorderWidth = new List<double> { 0 },
IndexAxis = "y",
};
datasets.Add(dataset2);

Expand All @@ -39,6 +41,7 @@
BackgroundColor = new List<string> { colors[2] },
BorderColor = new List<string> { colors[2] },
BorderWidth = new List<double> { 0 },
IndexAxis = "y",
};
datasets.Add(dataset3);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
BackgroundColor = new List<string> { colors[0] },
BorderColor = new List<string> { colors[0] },
BorderWidth = new List<double> { 0 },
IndexAxis = "y",
};
datasets.Add(dataset1);

Expand All @@ -29,6 +30,7 @@
BackgroundColor = new List<string> { colors[1] },
BorderColor = new List<string> { colors[1] },
BorderWidth = new List<double> { 0 },
IndexAxis = "y",
};
datasets.Add(dataset2);

Expand All @@ -39,6 +41,7 @@
BackgroundColor = new List<string> { colors[2] },
BorderColor = new List<string> { colors[2] },
BorderWidth = new List<double> { 0 },
IndexAxis = "y",
};
datasets.Add(dataset3);

Expand Down

0 comments on commit 19dc548

Please sign in to comment.