Mieka Violet
Results
2
issues of
Mieka Violet
Using VS2015 and C#6 Code generated: ``` var response = new Xyz.DomainObjects.OrderResponse { new Xyz.DomainObjects.OrderDetails { ... ``` Should be: ``` var response = new Xyz.DomainObjects.OrderResponse { OrderDetails = new...
bug
duplicate
the changes will allow you to customise the style of labels for every item. eg: ``` labels: { markers: { render: function (index) { return markers[index].labelText; }, offsets: function (index)...