|
|
|
@ -137,13 +137,13 @@ public class ChartTypeInterfaceManager implements ExtraChartDesignClassManagerPr
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
//异步加载图片
|
|
|
|
|
new Thread(new Runnable() { |
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
public void run() { |
|
|
|
|
initAllChartsDemoImage(allCharts); |
|
|
|
|
} |
|
|
|
|
}).start(); |
|
|
|
|
// new Thread(new Runnable() {
|
|
|
|
|
//
|
|
|
|
|
// @Override
|
|
|
|
|
// public void run() {
|
|
|
|
|
// initAllChartsDemoImage(allCharts);
|
|
|
|
|
// }
|
|
|
|
|
// }).start();
|
|
|
|
|
|
|
|
|
|
return child; |
|
|
|
|
} |
|
|
|
|