kitee0325
kitee0325
Maybe there are some methods that I can extend some custom scale?
Perhaps can start by adding a configuration item maybe called `limitInWindow` so that keep series Bboxes always in windows. Dragging any graphics out of the window is not a good...
动态的话 ```javascript formatter:(value){ let map = { valueA:richA, valueB:richB, ... } return `{${map[valueA]}|${valueA}}` } rich:{ richA:{}, richB:{} } ``` 这样就可以吧