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

Polar plot title and axes have odd text-shadow that cannot be changed? #97

Closed
djkashtan opened this issue Dec 9, 2015 · 3 comments
Closed
Milestone

Comments

@djkashtan
Copy link

If you look at the css or just simply mouse-highlight the title or axes on a polar plot, the text has a white text-shadow. I could not find an option to change it. The legend does not have a text shadow and other plot titles and axes do not appear to have text-shadows by default. Can anybody help me? My website does not have a white background and my polar plot looks really ugly with the white text-shadow.

This link has polar plots that demonstrate the behavior: https://plot.ly/javascript/polar-chart/

@etpinard
Copy link
Contributor

From v1.0.0 release notes:

Polar charts are under-developed.

@etpinard etpinard added this to the On-par polar milestone Dec 15, 2015
@emackey
Copy link

emackey commented Dec 16, 2015

This is already available in the layout object of the polar plot.

layout: {
    font: {
        outlineColor: 'transparent'  // or repeat layout.paper_bgcolor here
    }
    //...
}

@etpinard
Copy link
Contributor

fixed in scatterpolar after #2200

see also #1597

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

3 participants