-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Update README.md #1496
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
Update README.md #1496
Conversation
add chart images to readme
Looks good! @cldougl can you wrap the image in an anchor so that click on it leads to https://plot.ly/javascript/ ? |
... or to some other page that might be better. |
yep - I think https://plot.ly/javascript/ will be best for now |
Also, I think it's pretty safe to swap the markdown image for p tag optional for vertical padding… I think… |
ok that's centered (I think that looks better @rreusser ) and linked to plot.ly/javascript
README.md
Outdated
@@ -8,7 +8,10 @@ plotly.js is a high-level, declarative charting library. plotly.js ships with ov | |||
chart types, including scientific charts, 3D graphs, statistical charts, SVG maps, financial charts, | |||
and more. | |||
|
|||
 | |||
<p align="center"> | |||
<a href="https://www.plot.ly/javascript"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe a target="_blank"
here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh yes, good call
+target _blank
(FWIW: I use vmd all the time for working on + previewing github markdown files locally. Auto-updates on save.) |
💃 |
add chart images to readme
@etpinard is that ok there or would you prefer to add the image to the doc section?