UNPKG

d3-graphviz

Version:

Graphviz DOT rendering and animated transitions for D3

8 lines (6 loc) 160 B
export function shallowCopyObject(obj) { return Object.assign({}, obj); } export function roundTo2Decimals(x) { return Math.round(x * 100.0) / 100.0 }