8000 bg colors of plotly updated by rajatchauhannn · Pull Request #82 · gto76/python-cheatsheet · GitHub
[go: up one dir, main page]

Skip to content

bg colors of plotly updated #82

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits 8000
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added plot_bgcolor
  • Loading branch information
rajatchauhannn committed Dec 7, 2020
commit f2b101e477fe8e3e3227f3df8d016b4d457c9a6d
1 change: 1 addition & 0 deletions web/covid_cases.js
Original file line number Diff line number Diff line change
Expand Up @@ -2267,6 +2267,7 @@ if (document.getElementById("e23ccacc-a456-478b-b467-7282a2165921")) {
"b": 0,
"t": 24
},
"plot_bgcolor": "rgba(255, 255 255, 0.9)",
"paper_bgcolor": "rgba(255, 255 255, 0.9)",
"template": {
"data": {
Expand Down
0