Suppose I have an array of object like this:
const data = [ { value: 0.35, name: \'a\' }, { value: 0.12, name: \'b\' }, { value: 0.05, name: \'c\' },