Public
Edited
Mar 6, 2023
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
selectedSkin.glyphStyle
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
selectedSkin
Insert cell
Insert cell
$(function () {
// using default options
$("#tree").fancytree({
extensions: ["glyph"],
glyph: {
map: selectedSkin.mapPreset
},
});

// get the tree after initialization:
const tree = $.ui.fancytree.getTree("#tree");
})
Insert cell
Inputs.button("Reload", {value: null, reduce: () => { const tree = $.ui.fancytree.getTree("#tree"); console.log(ajaxTreeProducts); tree.reload(ajaxTreeProducts); }} )
Insert cell
Insert cell
Insert cell
Insert cell
// html`<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">`
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
//html`<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css">`
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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.
Learn more