Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

柱状堆叠图 数字位置显示不对 #18

Open
shen-lan opened this issue Dec 2, 2020 · 1 comment
Open

柱状堆叠图 数字位置显示不对 #18

shen-lan opened this issue Dec 2, 2020 · 1 comment

Comments

@shen-lan
Copy link

shen-lan commented Dec 2, 2020

        series: [
          {
            name: '完成工时',
            data: [],
            type: 'bar',
            stack: 'a',
            label: {
              show: true,
              position: 'center',
              offset: [0, 0],
              style: {
                fontSize: 20,
                fill: '#fff'
              }
            }            
          },
          {
            name: '剩余工时',
            data: [],
            type: 'bar',
            stack: 'a',
            label: {
              show: true,
              position: 'center',
              offset: [0, 0],
              style: {
                fontSize: 20,
                fill: '#fff'
              }
            }            
          }                                                      
        ]


22229
normal9

@shen-lan
Copy link
Author

shen-lan commented Dec 2, 2020

position: 'center',显示不准啊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant