king
2020-06-23 c519b4e51fe07bf13a2a7e44abd648b8dc0c083d
src/tabviews/zshare/chartcomponent/index.jsx
@@ -19,7 +19,7 @@
  }
  state = {
    dict: (!localStorage.getItem('lang') || localStorage.getItem('lang') === 'zh-CN') ? zhCN : enUS,
    dict: localStorage.getItem('lang') !== 'en-US' ? zhCN : enUS,
    empty: true,
    chartId: Utils.getuuid(),
    chartData: [],