chart_param = ({
width: width,
height: width / 2,
node_size: {
big_node: (22 / 954) * width,
small_node: (7 / 954) * width
},
font_size: 0,
margin: {
top: (65 / 954) * width,
left: (80 / 954) * width,
right: (80 / 954) * width,
bottom: (65 / 954) * width,
big_node: (3 / 954) * width,
small_node: (1 / 954) * width
}
})