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

如何设置波浪淹没label后label的字体颜色 #36

Closed
ShaoGuanHotel opened this issue Dec 11, 2017 · 1 comment
Closed

如何设置波浪淹没label后label的字体颜色 #36

ShaoGuanHotel opened this issue Dec 11, 2017 · 1 comment

Comments

@ShaoGuanHotel
Copy link

         var options= {
                    series: [{
                        type: 'liquidFill',
                        data: [{
                            name: 'demo',
                            value: 0.6,
                            itemStyle: {
                                normal: {
                                    color: 'rgb(12,78,117)'
                                }
                            }
                        }, {
                            value: 0.6,
                            itemStyle: {
                                normal: {
                                    color: 'rgb(0,170,255)'
                                }
                            }
                        }],
                        radius: '70%',
                        outline: {
                            show: false
                        },
                        label: {
                            normal: {
                                formatter: '{b}',
                                fontSize: 20,
                                color: 'yellow'
                            }
                        },
                        backgroundStyle: {
                            color: 'rgb(9,34,57)',
                            borderColor: 'rgb(0,170,255)',
                            borderWidth: 1
                        }
                    }]
                };
@Ovilia
Copy link
Member

Ovilia commented Dec 11, 2017

label.normal.insideColor

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

2 participants