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

legend관련 질문입니다. #184

Open dldbwn opened 5 years ago

dldbwn commented 5 years ago

2 3 다음과 같이 붙어잇는 legend의 padding값을 줄수잇나요?

seogi1004 commented 5 years ago

글자 크기에 영향이 있어서 별도의 옵션이나 테마 스타일로 분리하지는 않은 것 같습니다. legend 코드를 리디파인해서 상단에 상수로 정의된 값들을 변경해주면 될 것 같은데, 리디파인한 코드는 jui.chart.js가 로드 된 다음 줄에 추가할 수 있습니다.

jui.redefine("chart.widget.legend", [ "util.base" ], function(_) { // 구현체 그대로 복사하기 });