jaredreich / Vue D3
Licence: mit
a vue.js plugin for D3
Stars: β 113
Programming Languages
javascript
184084 projects - #8 most used programming language
Projects that are alternatives of or similar to Vue D3
Webpack Ops
π webpack bundle visualization // optimization // config tool
Stars: β 251 (+122.12%)
Mutual labels: plugin, d3
V Chart Plugin
Easily bind a chart to the data stored in your Vue.js components.
Stars: β 188 (+66.37%)
Mutual labels: plugin, d3
Typescript Eslint Language Service
TypeScript language service plugin for ESLint
Stars: β 108 (-4.42%)
Mutual labels: plugin
Search Plugins
Search plugins for the search feature
Stars: β 1,860 (+1546.02%)
Mutual labels: plugin
Forcelayout
Forcelayout is library for android. You can drawing graph with spring-like attractive forces. Inspired by force layout in D3.js.
Stars: β 108 (-4.42%)
Mutual labels: d3
Android Styler
Android Studio / IDEA plugin that helps to create styles
Stars: β 110 (-2.65%)
Mutual labels: plugin
Jira Vim
A vim plugin to access your Jira workspace directly from Vim
Stars: β 113 (+0%)
Mutual labels: plugin
Awesome Frontendmasters
π List of awesome frontendmasters course resources
Stars: β 110 (-2.65%)
Mutual labels: d3
Stocks
machine learning web app game where the user competes against the AI in picking stocks
Stars: β 108 (-4.42%)
Mutual labels: d3
Qualinsight Plugins Sonarqube Badges
Plugin for SonarQube that generates badges displaying information about a project's or view's quality.
Stars: β 108 (-4.42%)
Mutual labels: plugin
Responsive Sidebar Navigation
An easy-to-integrate side, vertical navigation, ideal for dashboards and admin areas.
Stars: β 111 (-1.77%)
Mutual labels: plugin
Flowmaker
flowmaker: JS to SVG flowchart generation extension for Vscode in realtime written in typescript and also download the SVG through local node server. Extension:
Stars: β 108 (-4.42%)
Mutual labels: plugin
Stockflux
StockFlux is a desktop application developed by Scott Logic that uses the OpenFin HTML5 container together with React, Redux, ES2015 and d3fc
Stars: β 112 (-0.88%)
Mutual labels: d3
Freecodecamp.cn
FCC China open source codebase and curriculum. Learn to code and help nonprofits.
Stars: β 36,576 (+32268.14%)
Mutual labels: d3
Xseries
Library for cross-version Minecraft Bukkit support and various efficient API methods.
Stars: β 109 (-3.54%)
Mutual labels: plugin
Flutter Reaction Button
Flutter reaction button plugin it is fully customizable widget such as Facebook reaction button
Stars: β 111 (-1.77%)
Mutual labels: plugin
Git Blame.vim
See Git Blame information in the status bar for the currently selected line.
Stars: β 113 (+0%)
Mutual labels: plugin
vue-d3
A Vue.js plugin for D3.
Installation
npm:
npm install --save vue-d3
Vue:
var Vue = require('vue')
var VueD3 = require('vue-d3')
Vue.use(VueD3)
HTML (Browserify):
<body>
...
<!-- Bottom of body -->
<script src="/path/to/vue.js"</script>
<script src="/node_modules/vue-d3/src/vue-d3.js'"></script>
</body>
Usage
D3 is now available through this.$d3
this.$d3.selectAll('p').style('color', 'white');
Note that the project description data, including the texts, logos, images, and/or trademarks,
for each open source project belongs to its rightful owner.
If you wish to add or remove any projects, please contact us at [email protected].