Merge branch 'dev' into feature/sprint-19

This commit is contained in:
Tim Chamberlain
2023-01-18 17:36:46 -06:00
2 changed files with 2 additions and 2 deletions

View File

@ -43,9 +43,8 @@ public class PieChartData extends ChartData
/******************************************************************************* /*******************************************************************************
** **
*******************************************************************************/ *******************************************************************************/
public PieChartData(String label, String description, String seriesLabel, List<String> labels, List<Number> data) public PieChartData(String description, String seriesLabel, List<String> labels, List<Number> data)
{ {
setLabel(label);
setDescription(description); setDescription(description);
setChartData(new ChartData.Data() setChartData(new ChartData.Data()
.withLabels(labels) .withLabels(labels)

View File

@ -5,3 +5,4 @@
## Tries to automatically resove pom conflicts by putting SNAPSHOT back ## Tries to automatically resove pom conflicts by putting SNAPSHOT back
############################################################################ ############################################################################
gsed -i "/Updated upstream/,/=======/d;/Stashed/d" pom.xml gsed -i "/Updated upstream/,/=======/d;/Stashed/d" pom.xml
git add pom.xml