juijs / jui-chart

SVG-based JUI chart that can be used in the browser and Node.js. Support many types of charts. (Dashboard, Map, Topology, Full 3D, Realtime)
https://codepen.io/collection/nLydod/
57 stars 25 forks source link

차트의 display값의 폰트크기를 조절하고 싶습니다. #182

Open dldbwn opened 5 years ago

dldbwn commented 5 years ago

default

글씨가 너무 작아서 좀 키우고 색상도 바꾸고싶습니다. 도와주세요ㅜㅜ

easylogic commented 5 years ago

아래 형태로 style 속성 설정해주세요.

style: {
    pieOuterFontSize: 15,
    pieOuterFontColor: 'white'
}
dldbwn commented 5 years ago

혹시 legend 간격설정도 가능한가요?

easylogic commented 5 years ago

@dldbwn

일단 기능 자체는 없구여 svg 로 그린거라 필요하시면 svg 속성을 css 로 변경해서 사용하실 수는 있습니다

seogi1004 commented 5 years ago

레전드 redefine해서 상단에 정의된 상수값 변경해서 쓰셔도 됩니다.