Uh oh!
There was an error while loading. Please reload this page.
Add showEditInChartStudio config option - #4061
Conversation
| <glyph glyph-name="lasso" unicode="" d="m1018 538c-36 207-290 336-568 286-277-48-473-256-436-463 10-57 36-108 76-151-13-66 11-137 68-183 34-28 75-41 114-42l-55-70 0 0c-2-1-3-2-4-3-10-14-8-34 5-45 14-11 34-8 45 4 1 1 2 3 2 5l0 0 113 140c16 11 31 24 45 40 4 3 6 7 8 11 48-3 100 0 151 9 278 48 473 255 436 462z m-624-379c-80 14-149 48-197 96 42 42 109 47 156 9 33-26 47-66 41-105z m-187-74c-19 16-33 37-39 60 50-32 109-55 174-68-42-25-95-24-135 8z m360 75c-34-7-69-9-102-8 8 62-16 128-68 170-73 59-175 54-244-5-9 20-16 40-20 61-28 159 121 317 333 354s407-60 434-217c28-159-121-318-333-355z" horiz-adv-x="1031" /> | ||
| <glyph glyph-name="selectbox" unicode="" d="m0 850l0-143 143 0 0 143-143 0z m286 0l0-143 143 0 0 143-143 0z m285 0l0-143 143 0 0 143-143 0z m286 0l0-143 143 0 0 143-143 0z m-857-286l0-143 143 0 0 143-143 0z m857 0l0-143 143 0 0 143-143 0z m-857-285l0-143 143 0 0 143-143 0z m857 0l0-143 143 0 0 143-143 0z m-857-286l0-143 143 0 0 143-143 0z m286 0l0-143 143 0 0 143-143 0z m285 0l0-143 143 0 0 143-143 0z m286 0l0-143 143 0 0 143-143 0z" horiz-adv-x="1000" /> | ||
| <glyph glyph-name="spikeline" unicode="" d="M512 409c0-57-46-104-103-104-57 0-104 47-104 104 0 57 47 103 104 103 57 0 103-46 103-103z m-327-39l92 0 0 92-92 0z m-185 0l92 0 0 92-92 0z m370-186l92 0 0 93-92 0z m0-184l92 0 0 92-92 0z"/> | ||
| <glyph glyph-name="pencil" unicode="✎" horiz-adv-x="1792" vert-adv-y="1792" d="M491 1536l91-91-235-235-91 91v107h128v128h107zm523-928q0-22-22-22-10 0-17 7l-542 542q-7 7-7 17 0 22 22 22 10 0 17-7l542-542q7-7 7-17zm-54-192l416 416-832 832h-416v-416zm683 96q0 53-37 90l-166 166-416-416 166-165q36-38 90-38 53 0 91 38l235 234q37 39 37 91z"/> |
There was a problem hiding this comment.
etpinard
commented
Jul 18, 2019
Oh and while doing this, I noticed that all the files in Moreover, since we don't appear to use our font-awesome account to add new icons (e.g. in #1461 and #3068), I'm thinking of dropping the ploticon build step (mostly in Any objections @plotly/plotly_js ? |
antoinerg
commented
Jul 18, 2019
None from me, feel free to 🔪 ! |
where we now expect devs to update icon definitions "by hand", w/o the use of `npm run preprocess`
all required svg-icon things are in the `src/fonts/ploticon.js` file
Remove pull_font_svg step
antoinerg
commented
Jul 19, 2019
Thanks, @etpinard for the nice addition! I like the icon: it's very clear. 💃 |
as a supplement to
showSendToCloud(ref: #3307)Demo: https://codepen.io/etpinard/pen/YmzbYG
Required for 1.49.0 - cc @plotly/plotly_js @nicolaskruchten