forked from fanruan/design
Browse Source
Merge in DESIGN/design from ~ZHENG/c-design:feature/big-screen to feature/big-screen * commit '8a689f647ea4b70c321f08b2ea1c872ad8229ab7': feat:其他组合图不需要类型界面,自定义组合图需要 refactor:plugin use 10.0 not compatible xxx copy from 10.0 code feat:类型和特性面板如果没有其他设置项 则拿掉feature/big-screen
zheng
3 years ago
29 changed files with 152 additions and 56 deletions
@ -0,0 +1,15 @@
|
||||
package com.fr.design.chart.fun.impl; |
||||
|
||||
import com.fr.design.ChartTypeInterfaceManager; |
||||
|
||||
/** |
||||
* @author shine |
||||
* @version 10.0 |
||||
* Created by shine on 2021/6/25 |
||||
*/ |
||||
public class InvisibleChartTypePane extends DefaultChartTypePane { |
||||
@Override |
||||
public String title4PopupWindow() { |
||||
return ChartTypeInterfaceManager.TYPE_PANE_DEFAULT_TITLE; |
||||
} |
||||
} |
Loading…
Reference in new issue