DHTMLX Docs & Samples Explorer

set (id, hash)

Required library edition: This method works with any edition of DHTMLX library

Required library file: dhtmlxchart.js

Associates hash of data with some ID

  • id - the id of the item in question
  • hash - javascript object, which contains data
	chart.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.