1069 results found
-
free form selection like in plotlyJS rather then rectangular selection
is this option available in highchart the concept of lesso section in highcharts in scatter plot
7 votes -
1 vote
-
Inverted html table
We have the option to invert a chart's columns and rows, by setting chart.inverted to true. However, this does not seem to effect the html table (exporting.showTable). Nor is it possible to only invert the html table and leave the chart intact.
TLDR: An option to invert the rows and columns of an html table.
9 votes -
Boxplot zones using median as threshold
For boxplot chart, when setting zones, highcharts uses the high value as threshold.
It could be great to be able to configure highchart to use a different value (median for example)1 vote -
Add tooltip headerFormatter option
I am currently in the middle of a project where I need to format Y values differently per series and the X values need to be converted from timestamps to week numbers.
Right now I'm hacking together a solution based upon feedback in this GitHub issue: https://github.com/highcharts/highcharts/issues/11891
It is not intuitive nor simple. I will work on a PR when time allows.
1 vote -
Stock tool annotation with Input text for muti series
Can you please provide an example of this implimentation https://jsfiddle.net/Lcg6jmqb/ with latest version of highcharts 8
6 votes -
Add ISO3166 Subdivision codes to Maps
I'm working on the implementation of Maps in our application. Internally, we identify states as ISO3166's subdivision codes. It seems that this codes do not always match the "hc-key" provided in some maps. For example, for Argentina:
https://code.highcharts.com/mapdata/countries/ar/ar-all.js "features": [ { "type": "Feature", "id": "AR.TF", "properties": { ... "hc-key": "ar-tf", ... "woe-name": "Tierra del Fuego", ...
While in the ISO, the code is different:
https://www.iso.org/obp/ui/#iso:code:3166:AR Tierra del Fuego -> "AR-V"
"ar-tf" != "AR-V". In general, in US states the only difference is the letter case (it's lowercase for hc-key, while it's upper case to ISO).
Can we add the ISO…
72 votes -
heatmap active selection
The Heatmap doesn't depict the user selection, nor does it behave like all the other charts. For consistency we need the heatmap to allow for active selection and show what the user selected
1 vote -
Support for exporting chart in multiple pages
Currently we are not able to export a chart in multiple pages. So, in case the chart is long, and I want the point width of a bar chart to specific value I would like to export it in multiple pages. It would be good if you implemented this feature as soon as possible.
2 votes -
Chart Cursor - vertical line with tooltips
Is it possible to add support for a chart cursor, a vertical line following the mouse which shows the tooltips for multiple series.
This should also work with zooming.
Amcharts has support for this feature, would be nice to have it in Highcharts as well.
https://www.amcharts.com/docs/v4/concepts/chart-cursor/1 vote -
Provide control over X axis point in dataGroupng
Grouped points are aligned to the left of the group by default when dataGrouping is applied.
smoothed
option allows the data to be shifted to the middle of the group.Would be great to have option to get grouped points with X coordinate of rhe most right point of the group.
15 votes -
Highcharts hosted translations / language packs / locale packs
I have searched for Highcharts translations (language packs / locale packs), but haven't found more than short extracts and only for a few languages.
Highcharts states that "Highcharts sports the industry’s most sophisticated accessibility support", and I agree that it has very good accessibility support.
However, in some implementations I have seen the accessibility part is not translated (even though the accessibility module is used), and then it doesn't matter how good support it is if the user doesn't understand English.
To reduce repetitive translation work by companies using Highcharts products I suggest that Highcharts host translations in the Highcharts…
3 votes -
Tooltip option to only show overlapping series in shared tooltip.
The tooltip.shared: true option currently shows the tooltip for all series.
However for charts with many series this is becoming a lot of information. Therefore it would be very handy to add a option which only shows the lines which overlap in the tooltip.
You can see this as a sample for two lines here: https://stackoverflow.com/questions/18988329/highcharts-use-shared-tooltip-only-when-series-overlap
3 votes -
Gantt Player bar
Hello,
A good feature for the gantt will be a player bar like you can see video editor (https://help.apple.com/assets/5B906E570946222769C59847/5B907055680CE21E1ABD0FFD/fr_FR/3586832deaa5d73c6ad2aca436e25c0d.png ).
Thank you
1 vote -
Browser change of font size
When changing the browser font size the change should be reflected on the Graphs to meet WCAG C14. https://www.w3.org/TR/WCAG20-TECHS/C14.html
1 vote -
navigator
Stock navigator only accepts date and time as xaxis. Can it accept any data as xaxis, for example, depth in meter?
James Zhao
1 vote -
Downloadable Highcharts.NET examples
The Download button in http://dotnet.highcharts.com/Highcharts/Demo page only includes the Highcharts.NET dlls, can you make it to include codes for all the examples charts?
When I copy codes from the Controller Code and View Code into my project, it won't compile. I used Visual Studio 2017 and 2019.
3 votes -
step line without vertical lines
Step line connects data with vertical lines. In order to visualize climatological norm values being able to simply depict a horizontal line for one data point would be handy. Could be realized with a step line chart that hides vertical lines.
3 votes -
solid gauge rounded edges
I am using solid gauge, shape 'arc'. I am trying to show round edges, on both sides. Seems like it only rounded the edge on the left, but not right.
Basically, also round the gray edge, too
1 vote -
Wise Rose Calm Sector
The fraction of calm wind conditions is crucial information. This is often portrayed as a central circle in a wind rose, with the percentage clearly stated. Below a set threshold, wind direction is ignored and the sum total of wind speeds is used for this center circle.
This is currenly not well supported by the Wind rose charts, which limits its applicability. With a central calm sector, the chart would be even more useful for meteorological applications.
For an example, see:
http://eklima.met.no/wsKlima/images/windrose_en.jpg3 votes
- Don't see your idea?