...
And this is the result after applying the workaround:
Code Block | ||
---|---|---|
| ||
def chartDefinition = [ chart: [ type: 'column' ], ... series: [ [ name : 'Series 1', data: [ [], [], 106.4, 129.2, 144.0, 176.0, 135.6, 148.5, 216.4, 194.1, 95.6, []] ], ... ] ] api.buildFlexChart(chartDefinition) |