associates hash of data with some ID
id | string|number | the id of the item in question |
hash | object | javascript object, which contains data |
myChart.set(id,{
property:value
});
Method was added as pair for "get", but so far there is no any practical use-cases, which can be based on it.
Back to top