[billboard.js] point 마우스오버시 확대 끄기

billboard.js mouserover expand disable

마우스 오버시 확대되는걸 막을때 사용

point: {
    focus: {
        expand: {
            enabled: false
        }
    }
}