Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

And this is the result after applying the workaround:

Code Block
languagegroovy
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)