mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
Merge branch 'feature/sprint-19' of github.com:Kingsrook/qqq into feature/sprint-19
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)
|
||||
|
Reference in New Issue
Block a user