-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
New charts wishlist #2221
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
How about
|
Added some technical notes on |
Star Coordinates: http://people.cs.vt.edu/~north/infoviz/starcoords.pdf There doesn't seem to be any JS support for it, and it would be a nice complement to SPLOM and ParCoords ;) |
Some nice progress recently in adding plotly.js trace types to the online chart editor (https://plot.ly/create/): Very easy way to try out these chart types before coding. |
This comment has been minimized.
This comment has been minimized.
|
Happy to see the maintainers looking into Smith Charts. I've been working on this for some time and will be able to submit a PR soon. |
|
How about waffle charts? http://jkunst.com/d3-waffle/ |
Are there any plans to support stacked waterfall charts directly (e.g. here), i.e. not with the workaround of stacking different bars? Along with gantt charts this is a very common chart type in business environments that is currently not supported by plotly. BTW: I love all the hard work you are putting into development. The plotly packages really make a difference on a daily basis. |
@jdb78 we’re open to the idea but it’s not clear how to support stacked negative values in the general case... |
I should clarify: it’s not clear how to handle stacks of mixed positive and negative values :) |
As this is a edge case in reality, can we not just throw an exception? I know this is unsatisfying but for 99% of applications a combination of negative and positive values is not a valid case. |
any news to #3259 (comment)? |
This issue has been tagged with A community PR for this feature would certainly be welcome, but our experience is deeper features like this are difficult to complete without the Plotly maintainers leading the effort. Sponsorship range: $25k-$30k (per new chart type) What Sponsorship includes:
Please include the link to this issue when contacting us to discuss. |
Are there any plans to make Gantt available for js? |
Following up on this, Gantt charts would be a great addition to Plotly.js. |
Indicator Traces are missing from Chart Studio. Please add 🙏🏼 |
What about adding support for 2D/3D Network Graphs in Plotly JS? Currently available in Python... |
Any update on "Contours on maps ("weather maps") "? |
closing as most of these requests are covered by other issues |
The most requested feature in the plotly user survey has been "More chart types" 2 years in a row.
This issue inventories remaining chart types (or "traces" in plotly parlance) that are still requested for plotly.js and Chart Studio. Pipelines to make most of these charts already exists in Python and R by combining lower level plotly.js traces (lines, SVG shapes, bars, area fills, etc).
plotly.js trace types that do not exist yet
"Business charts"
Geo
Scientific
WebGL/regl network graphs ExampleImplementing as a Dash Componentfromto
fromto
trace type proposal #2876Existing plotly.js traces which need Chart Studio integration
histogram2dcontour
pointcloud
The text was updated successfully, but these errors were encountered: