KakaoTalk_20180826_030013597.png

 

https://github.com/jqPlot/jqPlot/blob/master/src/jqPlotOptions.txt

 

XE 관리자 대시보드에는 jqPlot 차트를 사용합니다.

js를 좀만 손 보면 되긴 하는데요..

./modules/admin/tpl/js/dashboard_counter.js

여기에 해당 코드를 넣거나, 따로 추가하거나..

 

seriesDefaults:{
   renderer:$.jqplot.BarRenderer,
   rendererOptions: {
      fillToZero: true,
      barWidth: 8,     // width of the bars.  null to calculate automatically.
      // barDirection: 'vertical', // vertical or horizontal.
      // group (same category or bin).
      barPadding: 2,      // number of pixels between adjacent bars in the same
      barMargin: 1,      // number of pixels between adjacent groups of bars.
      shadowOffset: 1,    // offset from the bar edge to stroke the shadow.
      shadowDepth: 1,     // number of strokes to make for the shadow.
      shadowAlpha: 0.5,   // transparency of the shadow.
   },
},
seriesColors:['#68b6dd', '#fed403'],
series:[
   {label: xe.lang.last_week},
   {label: xe.lang.this_week}
],

seriesColors에 색상값을 넣어주거나

redererOption에서 barWidth를 조정하거나 정도입니다.

이온디

profile
이온디는 라이믹스를 비롯한 다양한 CMS의 시드뱅크를 꿈꿉니다. 여러분들이 사랑하는 웹소스를 언제든지 사용할 수 있게 하기 위해 이온디는 매일 소스코드를 유지보수하고 있으며, 언제든지 다운로드할 수 있는 소스마켓을 운영하고 있습니다.

#XE마켓 - 이온디스토어
https://eond.com/xemarket/

# XE/라이믹스 단톡방을 운영 중입니다. (비번: 2022)
https://open.kakao.com/o/giaKKnl

# XE/라이믹스 생활코딩 모듈 강좌입니다.
https://opentutorials.org/module/3774