Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.
/ d3-word-cloud-lwc Public archive

A D3 Word Cloud Lightning Web Component

Notifications You must be signed in to change notification settings

pozil/d3-word-cloud-lwc

Repository files navigation

D3 Word Cloud Ligthning Web Component

This project contains a Lightning Web Component that displays a D3 word cloud. Data for the cloud is loaded from an Apex enpoint.

D3 word cloud screenshot

Installation

  1. Create a scratch org and provide it with an alias (word-cloud in the command below):

    sfdx force:org:create -s -f config/project-scratch-def.json -a word-cloud
    
  2. Push the app to your scratch org:

    sfdx force:source:push
    
  3. Open the scratch org:

    sfdx force:org:open
    
  4. Edit a Lightning Home or a Lightning App page with the App Builder and add the Word Cloud custom component.

About

A D3 Word Cloud Lightning Web Component

Resources

Stars

Watchers

Forks