Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(wordcloud): add wordcloud type to covalent with ecomfe/echarts-wordcloud #1564

Merged
merged 2 commits into from
Dec 6, 2019

Conversation

nigellima
Copy link
Contributor

Description

  • WordCloud Charts
  • Demo For WordCloud Charts

Test Steps

  • npm run serve
  • then go to Echarts > Map

General Tests for Every PR

  • npm run serve:prod still works.
  • npm run tslint passes.
  • npm run stylelint passes.
  • npm test passes and code coverage is not lower.
  • npm run build:lib still works.
Screenshots or link to StackBlitz/Plunker

covalent-wordcloud2

@nigellima nigellima changed the title feat(wordcloud): Created wordcloud with ecomfe/echarts-wordcloud feat(wordcloud): add wordcloud type to covalent with ecomfe/echarts-wordcloud Nov 22, 2019
@emoralesb05 emoralesb05 merged commit abeeb0c into Teradata:develop Dec 6, 2019
jeremysmartt pushed a commit that referenced this pull request Dec 18, 2019
* feat: toolbar and theming

* refactor: renaming components to component-demos

* refactor: renaming components to component-demos

* refactor: removing design patterns

* refactor: removing templates section

* feat: delay loader for td-markdown

* refactor: adding directory structure

* refactor: adding shared directory

* refactor: echarts folder structure

* refactor: file structure

* refactor: file structure

* refactor: file structure

* refactor: file structure

* refactor: file structure

* feat: adding component modules

* feat: docs routes and cleanup

* docs(): add components that start with n's and t's

* feat(components): highligh/json-formatter/loading

* feat(documentation): docs starting with ms

* docs(): add compoents that start with p's and s's

* docs(): add components that start with f's and s's

* feat: adding right icons for all component

* fix: sass autoprefix

* fix: routes

* fix: imports

* feat: add icons for components

* feat: adding missing components added

* fix: styles

* fix: adding icons

* feat(): demo item

* feat(): assets mods to 3.0.0

* feat(): added more basic demos

* feat(): added more demos

* fix: width

* fix: minor changes

* feat(): upgrade to angular 9 (#1538)

* feat(): upgrade to angular 9

* fix(): unit tests for highlight and markdown

* fix(): build process

* fix(): file-input unit test

* fix(): prettier

* feat(markdown-navigator): add MarkdownNavigatorWindowDirective (#1558)

* feat(markdown-navigator): add MarkdownNavigatorWindowDirective

* feat(markdown-navigator): add disabled inout to directive

* feat(markdown-navigator): only open one window at a time (#1557)

* feat(markdown-navigator): only open one window at a time

* fix(): fix npm audit issues

* fix(): unsubscribe

* feat(easmde): convert from simplemde (#1560)

* feat(easmde): convert from simplemde

* feat(easymde): updated packages to resolve audit issues

* feat(easymde): disable autodownload fontawesome

* feat(easymde): revert disable fontawesome download

* fix(): make sure we grab tooltip templates (#1562)

* fix: charts

* fix: utilities

* feat(markdown): fix gh svg links (#1565)

* feat(markdown-navigator): add nightly for package (#1566)

* feat(markdown-nav): add ability to start at a point in tree (#1567)

* test(markdown-nav): make components on push and add navigation tests

* feat(markdown-nav): add ability to jump to a certain spot

* feat(markdown-nav): change to startAt and clean up doc

* fix(): use markforcheck instead of detectChanges

* feat(echarts): create map type visualization and demo (#1555)

* feat(echarts): add wordcloud type with ecomfe/echarts-wordcloud (#1564)

* fix(): build was failing for package (#1569)

* feat(echarts-demo): add examples for bar and combination

* feat(echarts-demo): no consoles

* fix: removing ngx-translate

* fix: build with ivy

* refactor: remobing ngx translate

* refactor: cleaning up old files

* refactor: revamping home styling

* feat: adding steps, data-table, and missing utilities

* feat(scatter-echarts): add demos, scaffolding, examples

* feat: adding graph and line examples

* feat: sankey and pie examples

* fix(nav-drawer-text-overflow): overflow ellipsis (#1572)

* feat(lint-errors): fix types, remove empty blocks n unused imports

* feat(lint-errors): fix errors for sankey

* feat(echarts-tree): add example for tree echarts

* feat(echarts-treemap): add example for treemap echarts

* feat(markdown-nav): add resizability feature (#1563)

* feat(markdown-nav): resizability

* test(): fix close issues of markdown nav service

* refactor(markdown-nav): rename input and outputs

* feat(markdown-nav): disable toggle dock for now

* feat: examples for dialog,notifications,nav steps,tab select,chips

* feat(polish-components): cleanup, add overview

* feat: loading-mask docs

* fix: better loading mask example

* fix: package json build command

* feat: fixing markdown navigator

* feat: adding layouts

* feat: adding missing charts

* feat: cleaning up

* feat: adding md readmes for search and stepper

* feat: docs and cleanup

* fix: cleanup

* fix: utilities cleanup

* feat: dialogs docs

* refactor: hiding apis tab when not used

* fix: prettier fix

* fix: 2 vulnerabilities

* fix(url): fix spellings and urls

* fix: requested changes

* fix: requested changes for docs

* fix: chips demo and typos

* fix: last set of styling fixes

* fix: rebase leftovers

* fix: revent lock file

* fix: cleaning up files
kriswinbush pushed a commit to kriswinbush/covalent that referenced this pull request Feb 20, 2020
kriswinbush pushed a commit to kriswinbush/covalent that referenced this pull request Feb 20, 2020
* feat: toolbar and theming

* refactor: renaming components to component-demos

* refactor: renaming components to component-demos

* refactor: removing design patterns

* refactor: removing templates section

* feat: delay loader for td-markdown

* refactor: adding directory structure

* refactor: adding shared directory

* refactor: echarts folder structure

* refactor: file structure

* refactor: file structure

* refactor: file structure

* refactor: file structure

* refactor: file structure

* feat: adding component modules

* feat: docs routes and cleanup

* docs(): add components that start with n's and t's

* feat(components): highligh/json-formatter/loading

* feat(documentation): docs starting with ms

* docs(): add compoents that start with p's and s's

* docs(): add components that start with f's and s's

* feat: adding right icons for all component

* fix: sass autoprefix

* fix: routes

* fix: imports

* feat: add icons for components

* feat: adding missing components added

* fix: styles

* fix: adding icons

* feat(): demo item

* feat(): assets mods to 3.0.0

* feat(): added more basic demos

* feat(): added more demos

* fix: width

* fix: minor changes

* feat(): upgrade to angular 9 (Teradata#1538)

* feat(): upgrade to angular 9

* fix(): unit tests for highlight and markdown

* fix(): build process

* fix(): file-input unit test

* fix(): prettier

* feat(markdown-navigator): add MarkdownNavigatorWindowDirective (Teradata#1558)

* feat(markdown-navigator): add MarkdownNavigatorWindowDirective

* feat(markdown-navigator): add disabled inout to directive

* feat(markdown-navigator): only open one window at a time (Teradata#1557)

* feat(markdown-navigator): only open one window at a time

* fix(): fix npm audit issues

* fix(): unsubscribe

* feat(easmde): convert from simplemde (Teradata#1560)

* feat(easmde): convert from simplemde

* feat(easymde): updated packages to resolve audit issues

* feat(easymde): disable autodownload fontawesome

* feat(easymde): revert disable fontawesome download

* fix(): make sure we grab tooltip templates (Teradata#1562)

* fix: charts

* fix: utilities

* feat(markdown): fix gh svg links (Teradata#1565)

* feat(markdown-navigator): add nightly for package (Teradata#1566)

* feat(markdown-nav): add ability to start at a point in tree (Teradata#1567)

* test(markdown-nav): make components on push and add navigation tests

* feat(markdown-nav): add ability to jump to a certain spot

* feat(markdown-nav): change to startAt and clean up doc

* fix(): use markforcheck instead of detectChanges

* feat(echarts): create map type visualization and demo (Teradata#1555)

* feat(echarts): add wordcloud type with ecomfe/echarts-wordcloud (Teradata#1564)

* fix(): build was failing for package (Teradata#1569)

* feat(echarts-demo): add examples for bar and combination

* feat(echarts-demo): no consoles

* fix: removing ngx-translate

* fix: build with ivy

* refactor: remobing ngx translate

* refactor: cleaning up old files

* refactor: revamping home styling

* feat: adding steps, data-table, and missing utilities

* feat(scatter-echarts): add demos, scaffolding, examples

* feat: adding graph and line examples

* feat: sankey and pie examples

* fix(nav-drawer-text-overflow): overflow ellipsis (Teradata#1572)

* feat(lint-errors): fix types, remove empty blocks n unused imports

* feat(lint-errors): fix errors for sankey

* feat(echarts-tree): add example for tree echarts

* feat(echarts-treemap): add example for treemap echarts

* feat(markdown-nav): add resizability feature (Teradata#1563)

* feat(markdown-nav): resizability

* test(): fix close issues of markdown nav service

* refactor(markdown-nav): rename input and outputs

* feat(markdown-nav): disable toggle dock for now

* feat: examples for dialog,notifications,nav steps,tab select,chips

* feat(polish-components): cleanup, add overview

* feat: loading-mask docs

* fix: better loading mask example

* fix: package json build command

* feat: fixing markdown navigator

* feat: adding layouts

* feat: adding missing charts

* feat: cleaning up

* feat: adding md readmes for search and stepper

* feat: docs and cleanup

* fix: cleanup

* fix: utilities cleanup

* feat: dialogs docs

* refactor: hiding apis tab when not used

* fix: prettier fix

* fix: 2 vulnerabilities

* fix(url): fix spellings and urls

* fix: requested changes

* fix: requested changes for docs

* fix: chips demo and typos

* fix: last set of styling fixes

* fix: rebase leftovers

* fix: revent lock file

* fix: cleaning up files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants