1068 results found
-
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 -
Dynamically arrange column chart high to low or low to high
It is good to have the functionality to auto arrange series data in high to low or low to a high value so graph looks understandable when especially there are too many bar/columns. Also, It would be a good idea to short in ascending/descending order by the group.
1 vote -
Add a more detailed map for China.
I would like to request a more detailed map for China. Current map is at provincial level, which is fine for general purposes. But for some finer analyses, a city level resolution is very much desirable.
1 vote -
Add more compatible fonts for exporting SVGs
At least Impact, Arial Black and Georgia seem to be missing.
1 vote -
Waterfall Chart with Pre-Aggregated Interim / Final Balance
Currently the Waterfall Chart can create Interim Balances, but those are calculated as part of the chart.
In case the actual data set already provides those interim balances and Final Balances, those can not be leveraged because as soon as the Interim / Final Balance flag is set, the actual data value is being ignored.
There should be an option to decide if an existing entry from the data set should be visually represented as Interim / Final Balance.1 vote -
render the dataClasses legend like the gradient legend
Check out the legend on they NYFed site
The dataClasses are joined together and the arrow pointer points to where in the data class a specific point lives.
I have implemented similar code but it would be nice if it was an option by default.
1 voteThank you for your suggestion! That really looks nice.
-
Make tooltip text selectable + suitable html generator for html tooltips + continue to show tooltip until tooltip-are-mouse-leave event
As for me tooltip functionality is quite restrictive and not very convenient for now (5.0.14).
1. I cannot select text on tooltip.
I found some examples where we just copy original tooltip, show it and then do e.preventPropagation for mouseDown, mouseup and mousemove events on tooltip area.
but maybe it can be done by some parameters?Suitable html generator for html tooltip - it is inconvenient to generate html with concatenation of string na respective params. And hard to apply event listeners on elements of html-tooltip. Maybe some helper functions to add?
continue to show tooltip until tooltip-are-mouse-leave event -…
1 voteActually it seems like you are looking for something more than a simple popover text display, especially since you mention buttons and events etc, I think it would be better for you to go with a completely custom implementation. You can hook up to point events to get started: http://jsfiddle.net/highcharts/rsvkc3x3/
-
Symmetric waterfall chart
In some applications there are naturally two data "faces" that must match, say supply and demand, with a finite, unequal number of producers and users. A standard waterfall chart can easily show the individual producer and total change in supply from one period to the next, but it would be of great value to see supply and demand changes directly compared.
One way is to imagine the Highcharts population pyramid chart using waterfall charts on either side, with a common x axis, but separate y axes. The sum of changes to demand would typically be equal to the negative sum…
1 vote
- Don't see your idea?