Platform
Solutions
Resources
Pricing
Sign in
Sign up
Vinícius Mello
Workspace
Fork
Public
By
Vinícius Mello
Edited
Dec 1, 2023
Insert cell
#
Teste SVG
Insert cell
SVG
=
require
(
"svgjs"
)
Insert cell
{
const
s
=
svg
`<svg width="400" height="400">`
;
let
draw
=
SVG
(
s
)
;
draw
.
rect
(
40
,
40
)
;
var
polygon
=
draw
.
polygon
(
"50,0 60,40 100,50 60,60 50,100 40,60 0,50 40,40"
)
;
polygon
.
fill
(
"#f06"
)
.
move
(
20
,
20
)
;
return
s
;
}
Insert cell
One platform
to build and deploy the best data apps
Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Try it for free
Learn more
Fork
View
Export
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
SVG
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML