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

3D visualizations #2729

Closed
Tracked by #179199
Gaurav19Singhal opened this issue Jan 22, 2015 · 14 comments
Closed
Tracked by #179199

3D visualizations #2729

Gaurav19Singhal opened this issue Jan 22, 2015 · 14 comments
Labels
Feature:New Vis Request for a new visualization type release_note:enhancement Team:Visualizations Visualization editors, elastic-charts and infrastructure

Comments

@Gaurav19Singhal
Copy link

Is kibana3 support z-axis or can we have 3-D histogram in Kiabana3?

@rashidkpc
Copy link
Contributor

There is no plan to add 3D histogram grams to Kibana 3 or 4.

@rashidkpc rashidkpc changed the title Is kibana3 support z-axis 3D visualizations Jan 22, 2015
@Gaurav19Singhal
Copy link
Author

My problem statement is:
I have a database table which has three columns -> time, store#, wifierrorcount. I created the index for this table in elasticsearch server.
Will I be able to show on graphs - 'Top 10 store# with the most wifierrorcount for a day or for a hour', able to drill-down on time stamp dynamically. Is it possible to visualize this via histogram panel. Please suggest.

@coderextreme
Copy link

I would like to start on 3D visualizations for kibana 4. I will fork. Probably this will be called k3bana or k3. I did 2-day prototype in X3DOM and D3.js as a proof of concept. I still need more testing, integration, hierarchical data implementation (drill down) and events, but I am ready to fork. My prototype implementation is similar to a pie chart, so I just copied the code over. I see interest in heatmaps and histograms. My user is coderextreme on github. You will see my repository appear there.

@dannymeijer
Copy link

What exact kind of 3d visualizations are you thinking of implementing?
Please (for the love of mike) stay away from things like this:

http://www.businessinsider.com/the-27-worst-charts-of-all-time-2013-6?op=1&IR=T
http://flowingdata.com/category/visualization/ugly-visualization/

On Sat, Aug 29, 2015 at 1:06 AM, John Carlson [email protected]
wrote:

I would like to start on 3D visualizations for kibana 4. I will fork.
Probably this will be called k3bana or k3. I did 2-day prototype in X3DOM
and D3.js as a proof of concept. I still need more testing, integration,
hierarchical data implementation (drill down) and events, but I am ready to
fork. My prototype implementation is similar to a pie chart, so I just
copied the code over. I see interest in heatmaps and histograms. My user is
coderextreme on github. You will see my repository appear there.


Reply to this email directly or view it on GitHub
#2729 (comment).

@coderextreme
Copy link

I was thinking of a 3d heatmap, a 3d histogram, a 3d scatterplot, and
whatever people are interested in seeing visualized in three dimensions. I
saw where implementing a heatmap had issues, so I will try the histogram or
scatterplot next. My current visualization is based on a cross section of
the earth. I was thinking of making it hierarchical by showing little
earths next to the level "above" it in the hierarchy--but this seems a bit
too much.
On Aug 31, 2015 8:07 AM, "Danny Meijer" [email protected] wrote:

What exact kind of 3d visualizations are you thinking of implementing?
Please (for the love of mike) stay away from things like this:

http://www.businessinsider.com/the-27-worst-charts-of-all-time-2013-6?op=1&IR=T
http://flowingdata.com/category/visualization/ugly-visualization/

On Sat, Aug 29, 2015 at 1:06 AM, John Carlson [email protected]
wrote:

I would like to start on 3D visualizations for kibana 4. I will fork.
Probably this will be called k3bana or k3. I did 2-day prototype in X3DOM
and D3.js as a proof of concept. I still need more testing, integration,
hierarchical data implementation (drill down) and events, but I am ready
to
fork. My prototype implementation is similar to a pie chart, so I just
copied the code over. I see interest in heatmaps and histograms. My user
is
coderextreme on github. You will see my repository appear there.


Reply to this email directly or view it on GitHub
#2729 (comment).


Reply to this email directly or view it on GitHub
#2729 (comment).

@coderextreme
Copy link

The reason I choose the earth visualization was that it was code I
developed and had a copyright on. No other reason.
On Aug 31, 2015 7:56 PM, "John Carlson" [email protected] wrote:

I was thinking of a 3d heatmap, a 3d histogram, a 3d scatterplot, and
whatever people are interested in seeing visualized in three dimensions. I
saw where implementing a heatmap had issues, so I will try the histogram or
scatterplot next. My current visualization is based on a cross section of
the earth. I was thinking of making it hierarchical by showing little
earths next to the level "above" it in the hierarchy--but this seems a bit
too much.
On Aug 31, 2015 8:07 AM, "Danny Meijer" [email protected] wrote:

What exact kind of 3d visualizations are you thinking of implementing?
Please (for the love of mike) stay away from things like this:

http://www.businessinsider.com/the-27-worst-charts-of-all-time-2013-6?op=1&IR=T
http://flowingdata.com/category/visualization/ugly-visualization/

On Sat, Aug 29, 2015 at 1:06 AM, John Carlson [email protected]
wrote:

I would like to start on 3D visualizations for kibana 4. I will fork.
Probably this will be called k3bana or k3. I did 2-day prototype in
X3DOM
and D3.js as a proof of concept. I still need more testing, integration,
hierarchical data implementation (drill down) and events, but I am
ready to
fork. My prototype implementation is similar to a pie chart, so I just
copied the code over. I see interest in heatmaps and histograms. My
user is
coderextreme on github. You will see my repository appear there.


Reply to this email directly or view it on GitHub
#2729 (comment).


Reply to this email directly or view it on GitHub
#2729 (comment).

@coderextreme
Copy link

Another 3d visualization of hierarchical data is something like the solar
system. This might be easy to do in 2D first. And I'll have to find some
data for it.

John
On Aug 31, 2015 8:07 AM, "Danny Meijer" [email protected] wrote:

What exact kind of 3d visualizations are you thinking of implementing?
Please (for the love of mike) stay away from things like this:

http://www.businessinsider.com/the-27-worst-charts-of-all-time-2013-6?op=1&IR=T
http://flowingdata.com/category/visualization/ugly-visualization/

On Sat, Aug 29, 2015 at 1:06 AM, John Carlson [email protected]
wrote:

I would like to start on 3D visualizations for kibana 4. I will fork.
Probably this will be called k3bana or k3. I did 2-day prototype in X3DOM
and D3.js as a proof of concept. I still need more testing, integration,
hierarchical data implementation (drill down) and events, but I am ready
to
fork. My prototype implementation is similar to a pie chart, so I just
copied the code over. I see interest in heatmaps and histograms. My user
is
coderextreme on github. You will see my repository appear there.


Reply to this email directly or view it on GitHub
#2729 (comment).


Reply to this email directly or view it on GitHub
#2729 (comment).

@markwalkom
Copy link
Contributor

Imagine having a heatmap, where instead of dots above a single point, it's a bar that is show in a 3D manner. That's something that'd be a great use case with this.

@tbragin
Copy link
Contributor

tbragin commented Nov 8, 2016

from @JuanCarniglia in #9002

I created a new Visualization Plugin to show 3D Graphs (Using vis.js) on Kibana.

image

Here is the code:

https://github.com/JuanCarniglia/area3d_vis

I'd love getting feedback! Thanks!

@tbragin tbragin added Feature:New Vis Request for a new visualization type Feature:Visualizations Generic visualization features (in case no more specific feature label is available) labels Nov 8, 2016
@JuanCarniglia
Copy link

This visualization has been modified for kibana 5.5. Check the repos. Thanks.

@markusTh83
Copy link

Hey there,

is anyone still firm with Juans Visualization? I am trying to extend it to a 4D visualization, handling a fourth dimension for colour:

https://discuss.elastic.co/t/3d-4d-visualization/128200

Thanks so far,

Markus

@JuanCarniglia
Copy link

JuanCarniglia commented May 5, 2018 via email

@markusTh83
Copy link

markusTh83 commented May 5, 2018 via email

@timroes timroes added the Team:Visualizations Visualization editors, elastic-charts and infrastructure label Sep 16, 2018
@timroes timroes removed Feature:Visualizations Generic visualization features (in case no more specific feature label is available) labels Oct 1, 2018
@timductive
Copy link
Member

Closing this because it's not planned to be resolved in the foreseeable future. It will be tracked in our Icebox and will be re-opened if our priorities change. Feel free to re-open if you think it should be melted sooner.

@timductive timductive closed this as not planned Won't fix, can't repro, duplicate, stale Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:New Vis Request for a new visualization type release_note:enhancement Team:Visualizations Visualization editors, elastic-charts and infrastructure
Projects
None yet
Development

No branches or pull requests

10 participants