Skip to main content

tag/word cloud, ses the wonderful d3-cloud under the hood

Project description

dash-holoniq-wordcloud

This project is Plotly/Dash wrapper for for the highly configurable wordcloud.

Usage

pip install dash-holoniq-wordcloud
from dash_holoniq_wordcloud import DashWordcloud

security_data = [
    ["Equity", 74, "Zillions of equity based funds"],
    ["Bond", 45],
    ["Global", 30],
    ["Sector Equity", 17],
    ["EUR", 15],
    ["Large Cap", 13],
    ["Europe", 11],
]

app.layout = html.Div([
    html.Div([
        DashWordcloud(
            id='wordcloud',
            list=security_data,
            width=300, height=200,
            gridSize=16,
            color='#f0f0c0',
            backgroundColor='#001f00',
            shuffle=False,
            rotateRatio=0.5,
            shrinkToFit=True,
            shape='circle',
            hover=True
            )
        ])
    ])

Features

DashWordcloud supports the extensive wordcloud API.

  • Hover-over word highlighting and word tooltips are supported.
  • Word onClick events are reported to Dash and can be used in Dash callbacks

Installation

You can install dash-holoniq-wordcloud with pip:

pip install dash-holoniq-wordcloud

Documentation

Head over to the README for more details.

Contributing

The source code for dash-holoniq-wordcloud is available on GitHub. If you find a bug or something is unclear, we encourage you to raise an issue. We also welcome contributions, to contribute, fork the repository and open a pull request.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dash_holoniq_wordcloud-0.0.3.tar.gz (22.3 kB view details)

Uploaded Source

Built Distribution

dash_holoniq_wordcloud-0.0.3-py3-none-any.whl (41.2 kB view details)

Uploaded Python 3

File details

Details for the file dash_holoniq_wordcloud-0.0.3.tar.gz.

File metadata

  • Download URL: dash_holoniq_wordcloud-0.0.3.tar.gz
  • Upload date:
  • Size: 22.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for dash_holoniq_wordcloud-0.0.3.tar.gz
Algorithm Hash digest
SHA256 1fd5fe2bbb7acc6db7bcdc75d6a24cff251d9745d9d2a98afa0dfc03b751628d
MD5 cd6079b64846a2240787a66f4d321c65
BLAKE2b-256 aaee0514b17afc8ded83899f478ba3daa78ae2b9bfe0e47a8c5a9f8003edf93e

See more details on using hashes here.

File details

Details for the file dash_holoniq_wordcloud-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: dash_holoniq_wordcloud-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 41.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for dash_holoniq_wordcloud-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 33fba77f245c2e4dd01ce30134029a94e25bb4ae4435b44ea55ff76b46c72864
MD5 159dfa2ff9d0953473bf0fd88315d0b2
BLAKE2b-256 0575f6a5166513a7ebd94c11894988ca71358d631a4198f365f3d1849dff5e58

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page