-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[Lens] Mosaic / mekko vis type #104223
Comments
Pinging @elastic/kibana-app (Team:KibanaApp) |
This seems like an easy addition because it's similar enough to the existing partition charts we can make it a sub visualization type of the pie visualization (little additional work). Another option would be to make this a setting for the existing "tree map" visualization type - is it different enough to warrant a new "chart type"? |
I see them as 2 distinct chart types but @markov00 & @monfera & @MichaelMarcialis should weigh in when they have time |
discussed briefly in datavis weekly and in the current lens chart type paradigm it makes most sense as its own type edit: nevermind the data vis catalog defines it as its own type so we should probably follow that https://datavizcatalogue.com/methods/marimekko_chart.html |
few extra details after talking with @elastic/datavis:
|
In preparation for this feature, I've created a new icon for the mosaic visualization type to be used in the Lens app. Please download here. |
@alexwizp I confirmed with @markov00 that we do need to put "Experimental" on this as kibana will be the first consumer of this functionality CC @flash1293 |
* [Lens] Mosaic / mekko vis type Closes: #104223 * some updates * fix color palette logic * fix suggestions * fix JEST * fix some parts * update labels * Fix JEST * add showExperimentalBadge * add sorting * fix toolbar options * fix Marco suggestion Co-authored-by: Kibana Machine <[email protected]>
* [Lens] Mosaic / mekko vis type Closes: #104223 * some updates * fix color palette logic * fix suggestions * fix JEST * fix some parts * update labels * Fix JEST * add showExperimentalBadge * add sorting * fix toolbar options * fix Marco suggestion Co-authored-by: Kibana Machine <[email protected]>
* [Lens] Mosaic / mekko vis type Closes: elastic#104223 * some updates * fix color palette logic * fix suggestions * fix JEST * fix some parts * update labels * Fix JEST * add showExperimentalBadge * add sorting * fix toolbar options * fix Marco suggestion Co-authored-by: Kibana Machine <[email protected]>
Describe the feature:
Expose mosaic from charts in Lens for all the great reasons in the charts PR: elastic/elastic-charts#1113
Describe a specific use case for the feature:
(from the charts PR)
The text was updated successfully, but these errors were encountered: