mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-17 20:50:44 +00:00
hotfix: updated to move pie chart label to be specified in the metacritic, added 'add' to pom resolver
This commit is contained in:
@ -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);
|
||||
setChartData(new ChartData.Data()
|
||||
.withLabels(labels)
|
||||
|
@ -5,3 +5,4 @@
|
||||
## Tries to automatically resove pom conflicts by putting SNAPSHOT back
|
||||
############################################################################
|
||||
gsed -i "/Updated upstream/,/=======/d;/Stashed/d" pom.xml
|
||||
git add pom.xml
|
||||
|
Reference in New Issue
Block a user