viewof TW = TimeWidget(data, {
x: xAttr,
y: yAttr,
id: IdAttr,
xLabel: "→ " + labelX,
yLabel: "↑ " + labelY,
hasDetails: hasDetails,
doubleYlegend: doubleYlegend,
showGrid: showGrid,
selectedAlpha: selectedAlpha,
noSelectedAlpha: noSelectedAlpha,
maxDetailsRecords: 10,
showBrushTooltip: true,
width: width,
detailsWidth: width,
showBrushesControls: false,
referenceCurves: curvas,
_this: this
})