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

[TagCloud] Replace the current implementation with the elastic-charts one #95539

Closed
4 tasks done
stratoula opened this issue Mar 26, 2021 · 2 comments · Fixed by #100017
Closed
4 tasks done

[TagCloud] Replace the current implementation with the elastic-charts one #95539

stratoula opened this issue Mar 26, 2021 · 2 comments · Fixed by #100017
Assignees
Labels
Feature:ElasticCharts Issues related to the elastic-charts library Feature:Tagcloud Tag cloud visualization feature Team:Visualizations Visualization editors, elastic-charts and infrastructure

Comments

@stratoula
Copy link
Contributor

stratoula commented Mar 26, 2021

Describe the feature:
Elastic-charts has added Wordcloud on their charts list https://elastic.github.io/elastic-charts/?path=/story/wordcloud-alpha--simple-wordcloud.

We would like to replace the current implementation of tagcloud, implemented with d3, with the elastic-charts one.

Additionally:

  • There is a number of files that are still on js. By migrating to the es-charts, let's also ensure that tagcloud is fully converted to TS
  • We should ensure that there are no gaps between the two implementations (Gaps here: [Wordcloud] Replace kibana tagcloud with es-charts  elastic-charts#1156)
  • We should also check existing bugs and see if they are solved with the new wordcloud implementation
  • We can give the users the flexibility to also change palette (now it works with the legacy one). In other words, use the new color service! (syncColors should also work fine)
@stratoula stratoula added Feature:Tagcloud Tag cloud visualization feature Team:Visualizations Visualization editors, elastic-charts and infrastructure labels Mar 26, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app (Team:KibanaApp)

@stratoula stratoula added the Feature:ElasticCharts Issues related to the elastic-charts library label Mar 26, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/datavis (Feature:ElasticCharts)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:ElasticCharts Issues related to the elastic-charts library Feature:Tagcloud Tag cloud visualization feature Team:Visualizations Visualization editors, elastic-charts and infrastructure
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants