File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ Just reference the CDN hosted CSS and JS files!
2727 <link
2828 rel =" stylesheet"
2929 type =" text/css"
30- href =" https://cdn.jsdelivr.net/npm/d3-flame-graph@4.1.3 /dist/d3-flamegraph.css"
30+ href =" https://cdn.jsdelivr.net/npm/d3-flame-graph@5.0.0 /dist/d3-flamegraph.css"
3131 />
3232</head >
3333<body >
3434 <div id =" chart" ></div >
3535 <script type =" text/javascript" src =" https://d3js.org/d3.v7.js" ></script >
3636 <script
3737 type =" text/javascript"
38- src =" https://cdn.jsdelivr.net/npm/d3-flame-graph@4.1.3 /dist/d3-flamegraph.min.js"
38+ src =" https://cdn.jsdelivr.net/npm/d3-flame-graph@5.0.0 /dist/d3-flamegraph.umd .min.js"
3939 ></script >
4040 <script type =" text/javascript" >
4141 var chart = flamegraph ().width (960 );
Original file line number Diff line number Diff line change 11{
22 "name" : " d3-flame-graph" ,
3- "version" : " 4.1.3 " ,
3+ "version" : " 5.0.0 " ,
44 "description" : " A d3.js library to produce flame graphs." ,
55 "files" : [
66 " dist"
You can’t perform that action at this time.
0 commit comments