UNPKG

d3-graphviz

Version:

Graphviz DOT rendering and animated transitions for D3

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