1077 results found
-
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 -
xAxis tick labels overlapping handling
Hi,
Now we have automatic xAxis labels rotation or overlapping handling.
But1.When I generate xAxis labels by myself with tickPositions - then auto-positioning(overlap handling) is not working. Can you make labels autopositioning work for custom tickPositions please?
- One more approach - if custom labels overlap - then show '...'(or some other filler) but show full labels on zoom In.
1 vote -
square charts fit container
For example, if the container is 200px x 100px, the chart will be 100px x 100px.
And if the container is 150px x 300px, the chart will be 150px x 150px.If there is a need to make a square chart in a responsive container with width defined and automatic height. For now Highchart detects the width and make the height of the chart the same as the width. This can result in the chart overflowing the container when the height is smaller than the width.
Highcharts could automatically detect the lesser (width or height) and make the chart dimensions…
1 vote -
Highlight area under curve
I want to highlight a particular portion of Highchart.
Ex Image :https://www.screencast.com/t/MHxo59j2dM.
Zones, Threshold, negative color options provide in Highchart but Can we highlight with X and Y axis value ?1 vote -
Creating Italy's regions as done for German and France
Regions of Italy like France regions admin2 and German admin 2 are missing. Would be a great idea having those as well. Thanks in advance
1 vote -
Plot Band can be divided into sub Band
Plot Band can be divided into sub Band. If this feature is provide then it will be easy to define Sub band in a plot band. Just like a stack bar diagaram
1 voteDo you mean that a plot band on the X axis can be limited to a certain Y range?
A possible hack to achieve this would be to use a polygon series: http://jsfiddle.net/highcharts/2c97sc5r/
-
Add "Xaisomboun Province" to Laos map in Highmaps
Hi,
I would like to add "Xaisomboun Province" refer to this https://en.wikipedia.org/wiki/Provinces_of_Laos, because "Xaisomboun Province" next to "Vientiane Province" is missing from the original map in Highcharts demo. Here: https://www.highcharts.com/maps/demo/all-maps#countries/la/la-all
How can i update this in the original official JS file. Here: https://code.highcharts.com/mapdata/countries/la/la-all.js
I try to use this tool https://www.highcharts.com/studies/map-from-svg.htm but it does not output data format like in the original javascript file above.
Best Regards,
Phouvanh1 vote -
Natively support linked series to 'act as one' when the series legend title is hovered over
When two or more series are linked, only the first series (the one with the 'id') gets selected when the linked series legend entry os hovered over.
The other series linked to the first series are dimmed like all other (ie. non linked) series.
It would be nice if by setting a flag, each linked series would act the same as the first series when hovering on the legend entry.
See this for an example of what I mean:
https://jsfiddle.net/daniel_s/1hL6saxn/The above proposed solution is overly complex and convoluted, a native solution would be much cleaner.
Why not something like:
1 vote -
add a `dashStyle` that can show the direction the line is going
When showing a line on scatter chart it can be hard to tell where the line started and where it ended.
Having a dashStyle option that was similar to plotOptions.scatter.dashStyle = 'dot' except that instead of a dot it was a rotated triangle that pointed in the direction the line was going would be awesome.
I saw some hacks for turning the entire line into one long arrow but that isn't what I was looking for.
1 voteA possible way to do it is to use SVG markers, see http://jsfiddle.net/4qgy4rmh/1/.
-
crosshair label shape
Can we make the crosshair label shape like blow image http://i.imgur.com/5fBPnFs.jpg
1 vote -
Add Philippines' Provinces' Cities and Municipalities
I have tested your drill down map in yur USA example.
But I tried to replace all "us/us" to "ph/ph" in order to use it in my beloved country, but it looks like I cannot drill it even at least to provincial level.I wish you will provide data for that
1 vote -
Rounded boxplot
I am using boxplot chart but roundBorder property is not working for the same Or may be i am unable to use it.
1 vote -
1 vote
-
Property for donut chart to show the aggregated total exactly at the center of donut
Provide a property for donut chart to show the aggregated total exactly at the center of donut
var colors = Highcharts.getOptions().colors,
categories = [
"Chrome",
"Firefox",
"Internet Explorer",
"Safari",
"Edge",
"Opera",
"Other"
],
data = [
{
"y": 62.74,
"color": colors[2],
"drilldown": {
"name": "Chrome",
"categories": [
"Chrome v65.0",
"Chrome v64.0",
"Chrome v63.0",
"Chrome v62.0",
"Chrome v61.0",
"Chrome v60.0",
"Chrome v59.0",
"Chrome v58.0",
"Chrome v57.0",
"Chrome v56.0",
"Chrome v55.0",
"Chrome v54.0",
"Chrome v51.0",
"Chrome v49.0",
"Chrome v48.0",
"Chrome v47.0",
"Chrome v43.0",
"Chrome v29.0"
],
"data": [
0.1,
1.3,
53.02,
1.4,
0.88,
0.56,
0.45,
0.49,
0.32,
0.29,
0.79,
0.18,
0.13,
2.16,…1 voteYou can add this to the title dynamically: http://jsfiddle.net/highcharts/h24v71vs/
-
Capture drill to node event in treemap and sunburst
Currently (v6.1.0) Highcharts options doesn't allow to capture drill to node event in treemap and sunburst.
I would be useful to add
drillDownToNode
anddrillUpToNode
events that will work analogically todrilldown
anddrillup
events.Here's a link to the topic that highlighted this problem: https://stackoverflow.com/questions/50279912/dynamically-changing-subtitles-at-various-drilldowns-in-treemap-in-highcharts
1 vote -
drilldown pie chart
I want to child drilldown piechart to have a different tooltip. for example - if in my one of the parent slice i am showing tooltip as name: value, i want the drilldown report to show as name : value1 and value2 ( or any other tooltip then parent piechart's). please help me.
1 vote
- Don't see your idea?