I want to be able to do this: ``` series1: type: 'line' values: (d)-> Math.sqrt(d) ``` In order to make this work, it's necessary to specify a list of x keys in advance.
I want to be able to do this:
In order to make this work, it's necessary to specify a list of x keys in advance.