https://github.com/civicdatalab/superset_custom_viz_horizontal_bar

https://github.com/civicdatalab/superset_custom_viz_horizontal_bar

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.8%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: CivicDataLab
  • Language: JavaScript
  • Default Branch: master
  • Size: 262 KB
Statistics
  • Stars: 0
  • Watchers: 4
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 7 years ago · Last pushed about 7 years ago
Metadata Files
Readme

README.md

CDL-horizontal-bar

Version David (path)

This plugin provides Word Cloud for Superset.

Usage

Configure key, which can be any string, and register the plugin. This key will be used to lookup this chart throughout the app.

```js import HorizontalBarVizPlugin from 'CDL-horizontal-bar';

new HorizontalBarVizPlugin() .configure({ key: 'word-cloud' }) .register(); ```

Then use it via SuperChart. See storybook for more details.

js <SuperChart chartType="horizontal-bar-viz" chartProps={{ width: 600, height: 600, formData: {...}, payload: { data: {...}, }, }} />

Owner

  • Name: CivicDataLab
  • Login: CivicDataLab
  • Kind: organization
  • Email: info@civicdatalab.in
  • Location: India

Harnessing Data, Tech, Design and Social Science to strengthen the course of Civic Engagements in India.

GitHub Events

Total
Last Year

Committers

Last synced: 11 months ago

All Time
  • Total Commits: 7
  • Total Committers: 2
  • Avg Commits per committer: 3.5
  • Development Distribution Score (DDS): 0.143
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
DC d****i@c****n 6
Deepthi Chand e****f@g****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

package-lock.json npm
  • 1286 dependencies
package.json npm
  • @superset-ui/build-config ^0.0.9 development
  • @superset-ui/chart ^0.11.3 development
  • @superset-ui/color ^0.11.3 development
  • @superset-ui/commit-config ^0.0.9 development
  • @superset-ui/connection ^0.11.0 development
  • @superset-ui/core ^0.11.0 development
  • @superset-ui/dimension ^0.11.0 development
  • @superset-ui/number-format ^0.11.3 development
  • @superset-ui/time-format ^0.11.3 development
  • @superset-ui/translation ^0.11.4 development
  • @types/react ^16.8.8 development
  • core-js ^3.0.1 development
  • csstype ^2.6.3 development
  • fast-glob ^2.2.6 development
  • fs-extra ^7.0.1 development
  • husky ^1.1.2 development
  • lerna ^3.2.1 development
  • lint-staged ^8.0.4 development
  • react ^16.6.0 development
  • react-dom ^16.6.0 development
  • yarn ^1.9.4 development
packages/horizontal_bar/package.json npm
  • d3 ^3.5.17
  • d3-cloud ^1.2.1
  • prop-types ^15.6.2