1083 results found
-
multiple funnels chart
I'm looking for a chart that presents the data like on this image: https://premium.wpmudev.org/blog/wp-content/uploads/2012/07/Goal-Funnel-Google-Analytics.png.
It is about presenting the movement of things (quantitive) from multiple sources to multiple destinations, through multiple key points.1 vote -
Accordion legend box
if we can have accordion panel (Expand Legends) for legend navigation instead of up/down arrows then it will be great, Because as of now User has to click and navigate instead he can directly expand view and select series or scrolls.
I have UI views of it if required.
1 vote -
Error bar tooltips
I would like the option to show a the numbers for a single data point and its associated margin of error (M.o.E.) bar in a single unified tooltip, as in:
[ Apples: 67.5 (M.o.E.: 63.4 - 71.6) ]
I would like this rather than having the data points and margins of error on separate tooltips or having data for all series on the same shared tooltip.
1 voteHi, you can do that with a custom pointFormatter that looks for the next series and inserts the margin of error: http://jsfiddle.net/v3yfcf2o/
-
HighMaps with MSA
Could you please let me know your idea on MSA in highmaps and please help me in getting TopoJson into high map..
1 vote -
3-d bubble chart, or 4-d bubble chart
The 3-d scatter plot could be a bubble where the markers are based on a 4th dimension. Unlike the 3-d coloring of bubble charts, this would be a true 3-d bubble chart.
And a custom marker, say a 3-d 5-point star
https://assets.mypatentideas.com/images/fiddle/star.png
would be a bonus.
1 vote -
Running average
Can we get a feature added to the scatter plots such that a Running Average trend-line can be added, with a average point calculated every X number of input data points. And X is some integer added by the user.
1 vote -
Zone based data grouping
I want to have a chart where I can draw a kind of circle on it in which the circle contains a set of plotted points and I can update them by dragging the circle towards any place in the graph
1 vote -
I want a tooltip which contains an anchor.
I want a tooltip which contains an anchor. On clicking the link inside the tooltip, it should open the link.
1 vote -
Make categories a valid JSON object.
Make categories a valid JSON object. Much easier to use JSON option SQL Server 2016. See functionality SQL Server 2016 for JSON. I want to set categories in Highcharts like so:
categories: [{"name":"apples"},{"name":"bananas"},{"name":"kiwis"}]
Or something else for 'name'. Now I have to use a trick with XML and STUFF to get it like ["apples", "bananas","kiwis"].
1 vote -
SVG marker symbol sizing by height and width instead of radius
I have a project where I needed to add mean diamonds to a boxplot, and I have a working prototype where the height and width of the marker symbol are used instead of the radius. The marker height needs to stretch or shrink based on a data value instead of being fixed by a radius value. Below is a shim that I wrote that modifies the Series markerAttribs function. Can you take a look at this function and find a way to integrate it into a future release?
Thanks,
Jeremy//Taken (and altered) from highcharts.src.js (v5.0.7) line 17497
Highcharts.Series.prototype.markerAttribs =…1 vote -
Dynamic labels for treemap
Size of treemap labels autosize according to the size of squares
e.g. http://d3plus.org/examples/advanced/10305148/1 vote -
add events to axis labels
there should be standard events like mouseOut, mouseOver, click , etc. available for axis labels. currently it is possible to do it through custom events plugin, but it is not compatible with latest highcharts
1 voteThe Pointer object has a nice utility that you can use to detect whether a certain class is clicked: http://jsfiddle.net/qcehvqqk/
-
1 vote
-
Shared Tooltip (Against Y axis)
I'd like to be able to have a shared tool-tip use the y-axis value to group by and show the x-axis values shared for that y-value. This comes up when depicting a percentile chart with 1-100th percentile on the y-axis (as is traditional) . I could not find a way to do it.
1 vote -
1 vote
-
market profiles
Please give me some ideas. How to build a chart like this?
http://www.ranchodinero.com/wp-content/uploads/2012/04/ES-Weekly-TPO-Profiles.png
Is there any sample?
1 vote -
Include CSS for each example theme like grid.css
The CSS for each of the existing example themes should become part of the product download. Please see this forum post: https://forum.highcharts.com/post135634.html#p135634 t
1 vote -
Do we have option to generate Smith Charts?
We have a requirement to generate Smith Charts. Can Highcharts support Smith Charts?
1 voteCurrently Smith charts can’t be drawn with Highcharts out of the box.
-
1 vote
-
tooltip numericSymbols
When Numeric Symbols are applied to axis, the tooltip should have a option to automatically use the abrreviation as well.
1 vote
- Don't see your idea?