
Security News
MCP Steering Committee Launches Official MCP Registry in Preview
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
This plugin provides several D3 modules and applications, such as: selection info, data browser, visual links between views.
Please note that this project has been archived and is no longer being maintained. There is an active development under https://github.com/datavisyn/tdp_core and we will also contribute our future changes to it.
git clone https://github.com/phovea/phovea_d3.git
cd phovea_d3
npm install
npm test
npm run build
Provides easy-to-setup browsing capabilities for caleydo-data.
import module in your main.ts:
import databrowser = require('phovea_d3/databrowser');
Add anchor element to your DOM:
<div id="databrowser"></div>
Create the databrowser in your main.ts:
databrowser.create(document.getElementById('databrowser'));
databrowser.create(document.getElementById('databrowser'), {
layout: 'tree',
draggable: true,
filter: function(d) {
// filter out all the datasets that don't have "Test" in the description!
return (d && d.desc.name.indexOf("Test") > -1);
}
});
Name | Values |
---|---|
layout | tree, list |
draggable | true, false |
filter | provide a callback function! |
This repository is part of Phovea, a platform for developing web-based visualization applications. For tutorials, API docs, and more information about the build and deployment process, see the documentation page.
FAQs
DEPRECATED: D3 utilitities for Phovea
We found that phovea_d3 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
Research
/Security News
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.