Canvas and D3 Charts

Hi @bknott,

Yes, the subnm returns just the element name. As for getting attributes, you can pick from:

  1. tm1-ui-element
  2. tm1-ui-dbra
  3. Or through the $tm1Ui service as follows,
$tm1Ui.attributeGet(instance, dimension, element, attribute);


Paul