totalConsumpSeriesData.addPoint(point);
config = new PointConfig(new RGB(137, 165, 78));
point = new DecimalPoint(totalConsumpSeriesData, "Joe", 19, config);
totalConsumpSeriesData.addPoint(point);
ChartLabel chartLabel = new ChartLabel();
chartLabel.addLabel(new ChartLabelItem("Total fruit consumption",
"{ left: '40px', top: '8px', color: 'black' }"));
chartConfig.setChartLabel(chartLabel);
chart.addSeries(totalConsumpSeriesData);
addChart(chart);