Gyeongchan Yun
Gyeongchan Yun
1. Legend - [x] Add cursor style when mouseover on legend-box 2. Spinner - [x] Change Configuration if it is only used to streaming case - [ ] Change its...
In **proteus-spring-dashboard/src/app/pages/dashboard/proteic/proteic.component.ts**, I noticed this issue that when I'd added 'statistics' method, like below: ``` typescript this.proteicChart = new Linechart([],this.chart.configuration) .annotations(annotations) .statistics(statistics) .unpivot(unpivot); ``` In **proteic/src/svg/base/SvgStrategy.ts**, ```typescript public addComponent(component: Function,...